qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] xen: fix build problem introduced from per-queue peers
@ 2013-02-01 19:03 Anthony Liguori
  2013-02-01 20:27 ` Andreas Färber
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Liguori @ 2013-02-01 19:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori

Reported-by Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
 hw/xen_nic.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hw/xen_nic.c b/hw/xen_nic.c
index 4be077d..34961c2 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);
 
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-01 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 19:03 [Qemu-devel] [PATCH] xen: fix build problem introduced from per-queue peers Anthony Liguori
2013-02-01 20:27 ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).