]> xenbits.xensource.com Git - qemu-upstream-4.2-testing.git/commit
xen: Fix PV-on-HVM
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 21 May 2012 16:12:43 +0000 (16:12 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 22 May 2012 16:44:33 +0000 (16:44 +0000)
commit6d8b472233779c2a028a03843603030d2b1aee86
tree5449b65a72352556a859454b32d6cd45a9978324
parent3e21865189962186876483ea1fada46d11818df0
xen: Fix PV-on-HVM

In the context of PV-on-HVM under Xen, the emulated nics are supposed to be
unplug before the guest drivers are initialized, when the guest write to a
specific IO port.

Without this patch, the guest end up with two nics with the same MAC, the
emulated nic and the PV nic.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen_platform.c