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>
This commit is contained in:
parent
a9c87c586b
commit
3e3648b29f
|
@ -326,8 +326,6 @@ static int net_init(struct XenDevice *xendev)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
netdev->conf.peer = NULL;
|
|
||||||
|
|
||||||
netdev->nic = qemu_new_nic(&net_xen_info, &netdev->conf,
|
netdev->nic = qemu_new_nic(&net_xen_info, &netdev->conf,
|
||||||
"xen", NULL, netdev);
|
"xen", NULL, netdev);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue