diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-29 20:58:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-29 20:58:35 +0000 |
commit | 4c6131bc0220913610d3eaa6bb9fe8e63ac9ec05 (patch) | |
tree | d73dd57c7e2cc9ea35ce7e08d505815a7bc4d5ca /emulators/qemu/pkg-message | |
parent | c4a50f626d79a2b8ed9de75fe76d078ca7a4701b (diff) |
Notes
Diffstat (limited to 'emulators/qemu/pkg-message')
-rw-r--r-- | emulators/qemu/pkg-message | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message index bb5c6281bc04..e26c4d60f0c8 100644 --- a/emulators/qemu/pkg-message +++ b/emulators/qemu/pkg-message @@ -56,13 +56,21 @@ 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... +- if you build qemu wihout SDL and then get crashes running it try +passing it -nographic. This should probably be default in that case... +- physical device access (real cdrom/dvd instead of iso) seems to cause +problems with some guests now. If this happens to you you can make +an iso of the disc by doing something like + dd bs=2k </dev/acd0 >cd.iso +and then use + qemu -cdrom cd.iso ... +instead of giving it the physical device. (This might also speed up the +guest somewhat.) +- 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. ==== |