From 25967ff69f61461cedf3289d5dafd1f6980cc894 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 17 Oct 2023 13:58:03 +0100 Subject: 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 Reviewed-by: Paul Durrant --- hw/xenpv/xen_machine_pv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/xenpv') 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) { -- cgit v1.1