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/pkg-message | |
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/pkg-message')
-rw-r--r-- | emulators/qemu/pkg-message | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message index d4fdc4e7dfcc..bb5c6281bc04 100644 --- a/emulators/qemu/pkg-message +++ b/emulators/qemu/pkg-message @@ -52,8 +52,17 @@ its (linux') uhci module got loaded. workaround: either add devices before linux loads the module or rmmod and modprobe it afterwards. - to avoid panics or non-working re(4) nics with FreeBSD guests if you use qemu -net nic,model=rtl8139 -net user or tap ... enable the emulated -rtl8139 timer by building the port with WITH_RTL8139_TIMER defined. +rtl8139 timer by building the port with RTL8139_TIMER enabled. (the rtl8139c+ that model=rtl8139 emulates needs less cpu than qemu's default ne2k nic which is driven by ed(4), it has not been made default only because it may not work with all guests yet.) +- qemu now uses aio at least for ide dma, so if you get `Bad system call' +crashes that is because aio is not (kld)loaded. +- if you get repeated `atapi_poll called!' console messages with FreeBSD +guests or other weird cdrom problems then thats probably because the guest +has atapicam loaded, which for reasons still to be determined has problems +with qemu's now by default enabled cdrom dma. You can build the port with +CDROM_DMA disabled to disable it. +- if you build qemu wihout SDL and then get crashes running it try passing +it -nographic. This should probably be default in that case... ==== |