aboutsummaryrefslogtreecommitdiff
path: root/hw/xenpv
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw@amazon.co.uk>2023-10-17 13:58:03 +0100
committerDavid Woodhouse <dwmw@amazon.co.uk>2023-11-07 08:54:20 +0000
commit25967ff69f61461cedf3289d5dafd1f6980cc894 (patch)
tree28550734e738d7711064bb723c40f577e0e2098c /hw/xenpv
parent25511f3e8c8e0c5a888d1c5de7891f7d287d2dd3 (diff)
downloadqemu-25967ff69f61461cedf3289d5dafd1f6980cc894.zip
qemu-25967ff69f61461cedf3289d5dafd1f6980cc894.tar.gz
qemu-25967ff69f61461cedf3289d5dafd1f6980cc894.tar.bz2
hw/xen: update Xen PV NIC to XenDevice model
This allows us to use Xen PV networking with emulated Xen guests, and to add them on the command line or hotplug. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
Diffstat (limited to 'hw/xenpv')
-rw-r--r--hw/xenpv/xen_machine_pv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xenpv/xen_machine_pv.c b/hw/xenpv/xen_machine_pv.c
index 1533f5d..9f9f137 100644
--- a/hw/xenpv/xen_machine_pv.c
+++ b/hw/xenpv/xen_machine_pv.c
@@ -54,7 +54,6 @@ static void xen_init_pv(MachineState *machine)
}
xen_be_register("vfb", &xen_framebuffer_ops);
- xen_be_register("qnic", &xen_netdev_ops);
/* configure framebuffer */
if (vga_interface_type == VGA_XENFB) {