[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 647793] [NEW] tap-bsd.c has no test for Mac OS X
From: |
Ted Lemon |
Subject: |
[Qemu-devel] [Bug 647793] [NEW] tap-bsd.c has no test for Mac OS X |
Date: |
Sat, 25 Sep 2010 22:41:35 -0000 |
Public bug reported:
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.
** Affects: qemu
Importance: Undecided
Status: New
--
tap-bsd.c has no test for Mac OS X
https://bugs.launchpad.net/bugs/647793
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: New
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.
- [Qemu-devel] [PATCH v2 00/19] Monitor: split HMP and QMP dispatch tables, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 01/19] Monitor: Introduce search_dispatch_table(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 02/19] QMP: handle_qmp_command(): Move 'cmd' sanity check, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 03/19] QMP: Don't use do_info(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 04/19] Monitor: Drop QMP bits from do_info(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 05/19] Monitor: Drop is_async_return(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 06/19] Monitor: Convert do_info() back to HMP, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 07/19] Monitor: Introduce the qmp-commands.hx file, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 09/19] QMP: Introduce command dispatch table, Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 08/19] QMP: Introduce qmp_find_cmd(), Luiz Capitulino, 2010/09/30
- [Qemu-devel] [PATCH 10/19] QMP: Introduce query commands dispatch table, Luiz Capitulino, 2010/09/30