qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCHv3 0/2] vhost: fix tap link down


From: Alex Williamson
Subject: [Qemu-devel] Re: [PATCHv3 0/2] vhost: fix tap link down
Date: Wed, 09 Feb 2011 10:09:00 -0700

On Wed, 2011-02-09 at 18:44 +0200, Michael S. Tsirkin wrote:
> qemu makes it possible to disable link at tap
> which is not communicated to the guest but
> causes all packets to be dropped.
> 
> With vhost-net at the moment it just keeps going.
> Fix by communicating to virtio net and have that
> stop vhost-net.
> 
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> Reported-by: pradeep <address@hidden>
> 
> Changes from v2:
>       comment tweaked
>       split to two patches
> 
> Changes from v1:
>       fix link down after guest link is up
> 
> 
> 
> Michael S. Tsirkin (2):
>   net: notify peer about link status change
>   vhost: disable on tap link down
> 
>  hw/virtio-net.c |    3 ++-
>  net.c           |   11 +++++++++++
>  2 files changed, 13 insertions(+), 1 deletions(-)
> 

Thanks

Acked-by: Alex Williamson <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]