diff options
author | nox <nox@FreeBSD.org> | 2008-08-03 02:31:15 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2008-08-03 02:31:15 +0800 |
commit | 8729500541265cc6a8af55b96ca871c5d7b271d2 (patch) | |
tree | 8e1ce26f11ae50729197ec37b4e0cb09dadc53a7 /emulators | |
parent | 6cfaaa7e347b7c3b070e9a78437319a7d1cf7686 (diff) | |
download | freebsd-ports-gnome-8729500541265cc6a8af55b96ca871c5d7b271d2.tar.gz freebsd-ports-gnome-8729500541265cc6a8af55b96ca871c5d7b271d2.tar.zst freebsd-ports-gnome-8729500541265cc6a8af55b96ca871c5d7b271d2.zip |
Add note about pcap on 6.x
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/pkg-message | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message index 3f759623d8f4..1cfd49e9844b 100644 --- a/emulators/qemu-devel/pkg-message +++ b/emulators/qemu-devel/pkg-message @@ -108,6 +108,8 @@ other than help debugging (k)qemu... (well or falling back to unaccellerated qemu/leaving out -kernel-kqemu if its that what's causing the problems. note however that kqemu now can also be used with the 32 bit qemu even on amd64 hosts as of the 20080620 update.) +- the new (optional) pcap code cannot talk to the host on 6.x because +the necessary bpf feature (BIOCFEEDBACK) hasn't (yet?) been merged there. - qemu now uses aio at least for ide dma, so if you get `Invalid system call' crashes that is because aio is not (kld)loaded. - The default configuration location (qemu-ifup script etc.) has been |