diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-31 22:55:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-31 22:55:34 +0000 |
commit | 4a45abe0948d55a1f197b84dece3e32d1d43fbcd (patch) | |
tree | 8dcfacf44591741bc2c7db54659d33fc01c6c7f2 /emulators/qemu/files/patch-vl.h | |
parent | - Fix rc script (diff) |
- update to 20061031 cvs snapshot (now uses aio and supports acpi and a new
qcow2 image format)
- properly respect NOPORTDOCS
- make -serial /dev/cuadX work (modified patch from this post:
http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00201.html , and hi
Michael! :)
- add WITHOUT_SDL (hi joshe! :) and WITHOUT_CDROM_DMA knobs (the latter to work
around atapicam problems in FreeBSD guests with the now by default enabled
ide cdrom dma patch)
- use OPTIONS
PR: ports/104989
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu/files/patch-vl.h')
-rw-r--r-- | emulators/qemu/files/patch-vl.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-vl.h b/emulators/qemu/files/patch-vl.h new file mode 100644 index 000000000000..8307eee09785 --- /dev/null +++ b/emulators/qemu/files/patch-vl.h @@ -0,0 +1,12 @@ +Index: qemu/vl.h +@@ -73,6 +73,10 @@ + #define PRIo64 "I64o" + #endif + ++#ifndef ENOMEDIUM ++#define ENOMEDIUM 4097 ++#endif ++ + #ifdef QEMU_TOOL + + /* we use QEMU_TOOL in the command line tools which do not depend on |