From 3e3648b29f80c3c406dae127592150b550f20d2f Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Fri, 1 Feb 2013 12:55:56 -0600 Subject: [PATCH] xen: fix build problem introduced from per-queue peers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by Andreas Färber Signed-off-by: Anthony Liguori --- hw/xen_nic.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xen_nic.c b/hw/xen_nic.c index 4be077d320..34961c287a 100644 --- a/hw/xen_nic.c +++ b/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); -- 2.11.4.GIT