Re: [Qemu-devel] [PATCH 1/1] Make qemu-bridge-helper work in macOS and FreeBSD
at 01:12:05AM +0530, Nikhil Balachandra wrote: > > Eventhough macOS does not ship with the if_bridgevar.h header file[2], > > I expect the API to remain stable as this header file is similar to what > > is found in other BSDs. If this patch is decided to be included in the >
[Qemu-devel] [PATCH 1/1] Make qemu-bridge-helper work in macOS and FreeBSD
support --use-vnet flag. Signed-off-by: Nikhil Balachandra --- Makefile | 8 +++- Makefile.objs| 5 ++ configure| 5 ++ qemu-bridge-helper.c | 131 +-- 4 files changed, 102 insertions(+), 47 deletions(-) This patch