this seems to be fixed in QEMU 0.14 ** Changed in: qemu Status: New => Fix Released
-- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/647793 Title: tap-bsd.c has no test for Mac OS X Status in QEMU: Fix Released Bug description: The Mac OS X tun/tap driver is equivalent to the FreeBSD driver, but bsd-tap.c uses the NetBSD/OpenBSD driver, which works differently. The fix is easy--just check for __APPLE__ in the same place where you check for FreeBSD in net/tap-bsd.c. This problem exists in the current git tree, at least as of yesterday afternoon.