Regression - bridged networking broken for Mac OS X guest Using the instructions at http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/ for running Mac OS X Snow Leopard under QEMU, bridged networking is broken when using QEMU git. The result is that Mac OS X is unable to obtain an IP address using DHCP. It works in the latest stable release - QEMU 2.3.0. Replace "-netdev user,id=hub0port0" with "-netdev bridge,br=br0,id=hub0port0" when testing bridged networking. Bisecting the git repository shows the following bad commit: commit a90a7425cf592a3afeff3eaf32f543b83050ee5c Author: Fam Zheng