Re: [Qemu-devel] [PATCH] w32: Fix build with new net bridge code

2012-02-05 Thread Corey Bryant
On 02/04/2012 03:24 AM, Stefan Weil wrote: Commit a7c36ee4920ea3acc227a0248dd161693f207357 added code for a net bridge and explicitly said that "this is very Linux centric". Indeed, compilation failed for w32, so the bridge code is now conditional. Hosts which don't support it can simply remov

Re: [Qemu-devel] [PATCH] w32: Fix build with new net bridge code

2012-02-04 Thread Blue Swirl
Thanks, applied. On Sat, Feb 4, 2012 at 08:24, Stefan Weil wrote: > Commit a7c36ee4920ea3acc227a0248dd161693f207357 added code for a net > bridge and explicitly said that "this is very Linux centric". > > Indeed, compilation failed for w32, so the bridge code is now > conditional. Hosts which don

[Qemu-devel] [PATCH] w32: Fix build with new net bridge code

2012-02-04 Thread Stefan Weil
Commit a7c36ee4920ea3acc227a0248dd161693f207357 added code for a net bridge and explicitly said that "this is very Linux centric". Indeed, compilation failed for w32, so the bridge code is now conditional. Hosts which don't support it can simply remove the definition of CONFIG_NET_BRIDGE. Signed-