Re: [RFC v2 2/9] net: use the function qemu_get_peer

2020-05-08 Thread Cindy Lu
On Sat, May 9, 2020 at 10:20 AM Jason Wang wrote: > > > On 2020/5/9 上午12:32, Cindy Lu wrote: > > user the qemu_get_peer to replace the old process > > > The title should be "vhost_net: use the function qemu_get_peer". > > Thanks > Sure, I will fix this > > > > > Signed-off-by: Cindy Lu > > --- >

Re: [RFC v2 2/9] net: use the function qemu_get_peer

2020-05-08 Thread Jason Wang
On 2020/5/9 上午12:32, Cindy Lu wrote: user the qemu_get_peer to replace the old process The title should be "vhost_net: use the function qemu_get_peer". Thanks Signed-off-by: Cindy Lu --- hw/net/vhost_net.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --

[RFC v2 2/9] net: use the function qemu_get_peer

2020-05-08 Thread Cindy Lu
user the qemu_get_peer to replace the old process Signed-off-by: Cindy Lu --- hw/net/vhost_net.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c index 6b82803fa7..d1d421e3d9 100644 --- a/hw/net/vhost_net.c +++ b/hw/net/vh