diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-01 12:55:56 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-01 13:00:33 -0600 |
commit | 3e3648b29f80c3c406dae127592150b550f20d2f (patch) | |
tree | c936b8dbfc7202000d3c2d2b146cb220905998c3 /hw | |
parent | a9c87c586ba9ee290792a98dc126b2861b7f8b03 (diff) | |
download | hqemu-3e3648b29f80c3c406dae127592150b550f20d2f.zip hqemu-3e3648b29f80c3c406dae127592150b550f20d2f.tar.gz |
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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xen_nic.c | 2 |
1 files changed, 0 insertions, 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); |