From 376280a635059a6f2163f7eb777f9e7ca46cbb09 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 6 Jan 2025 22:51:09 -0700 Subject: [PATCH] xbox: Configure nic --- hw/xbox/xbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xbox/xbox.c b/hw/xbox/xbox.c index c37483ee41..e436009c82 100644 --- a/hw/xbox/xbox.c +++ b/hw/xbox/xbox.c @@ -324,7 +324,7 @@ void xbox_init_common(MachineState *machine, /* Ethernet! */ PCIDevice *nvnet = pci_new(PCI_DEVFN(4, 0), "nvnet"); - // qemu_create_nic_device("nvnet", true, NULL); + qemu_configure_nic_device(DEVICE(nvnet), true, "nvnet"); pci_realize_and_unref(nvnet, pci_bus, &error_fatal); /* APU! */