Skip to content

qemu patched for debugging, used for 6.828

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

Shuumatsu/6.828-qemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team

---

errors on manjaro:

```
/usr/bin/ld: qga/commands-posix.o: in function `dev_major_minor':
/home/curry/workspace/6.828-qemu/qga/commands-posix.c:633: undefined reference to `major'
/usr/bin/ld: /home/curry/workspace/6.828-qemu/qga/commands-posix.c:634: undefined reference to `minor'
collect2: error: ld returned 1 exit status
make: *** [Makefile:288: qemu-ga] Error 1
```

FIX:
- add `#include <sys/sysmacros.h>` at the beginning of qga/commands-posix.c
- add `#include <sys/sysmacros.h>` at the beginning of hw/9pfs/virtio-9p.c

About

qemu patched for debugging, used for 6.828

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.7%
  • C++ 2.8%
  • Python 1.9%
  • Shell 1.1%
  • Haxe 0.8%
  • Assembly 0.6%
  • Other 1.1%