]> git.proxmox.com Git - qemu.git/commit
w32: Fix build with new net bridge code
authorStefan Weil <sw@weilnetz.de>
Sat, 4 Feb 2012 08:24:46 +0000 (09:24 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 4 Feb 2012 11:49:34 +0000 (11:49 +0000)
commit2944e4ece235c74dcce3aa11c456f3645ae594fc
tree5aa2de90f756692c90960ec7115d33da00c83434
parentf0c4d3ebc31969457850a710c25e663880072ed7
w32: Fix build with new net bridge code

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-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
net.c