]> git.proxmox.com Git - qemu.git/commitdiff
xen: fix build problem introduced from per-queue peers
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 1 Feb 2013 18:55:56 +0000 (12:55 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 1 Feb 2013 19:00:33 +0000 (13:00 -0600)
Reported-by Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/xen_nic.c

index 4be077d3204f6ddb9f62e2e7abf7448bd7690b79..34961c287a3a494c6bc6ca932aa9f380864a594f 100644 (file)
@@ -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);