Sfoglia il codice sorgente

xen: fix build problem introduced from per-queue peers

Reported-by Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori 12 anni fa
parent
commit
3e3648b29f
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      hw/xen_nic.c

+ 0 - 2
hw/xen_nic.c

@@ -326,8 +326,6 @@ static int net_init(struct XenDevice *xendev)
         return -1;
     }
 
-    netdev->conf.peer = NULL;
-
     netdev->nic = qemu_new_nic(&net_xen_info, &netdev->conf,
                                "xen", NULL, netdev);