Re: [PATCH qemu-kvm] Enable UFO on virtio-net/tap devices

2009-06-08 Thread Sridhar Samudrala
On Sun, 2009-06-07 at 09:21 +0300, Avi Kivity wrote: > Sridhar Samudrala wrote: > > Enable UFO on the host tap device if supported and allow setting UFO > > on virtio-net in the guest. > > > > Signed-off-by: Sridhar Samudrala > > > > > > diff --git a/hw/virtio-net.c b/hw/virtio-net.c > > index 3c7

Re: [PATCH qemu-kvm] Enable UFO on virtio-net/tap devices

2009-06-08 Thread Sridhar Samudrala
On Sat, 2009-06-06 at 09:33 +0200, Jan Kiszka wrote: > Sridhar Samudrala wrote: > > Enable UFO on the host tap device if supported and allow setting UFO > > on virtio-net in the guest. > > > > Signed-off-by: Sridhar Samudrala > > > > > > diff --git a/hw/virtio-net.c b/hw/virtio-net.c > > index

Re: [PATCH qemu-kvm] Enable UFO on virtio-net/tap devices

2009-06-06 Thread Avi Kivity
Sridhar Samudrala wrote: Enable UFO on the host tap device if supported and allow setting UFO on virtio-net in the guest. Signed-off-by: Sridhar Samudrala diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 3c77b99..8a53e27 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -134,7 +134,8

Re: [PATCH qemu-kvm] Enable UFO on virtio-net/tap devices

2009-06-06 Thread Jan Kiszka
Sridhar Samudrala wrote: > Enable UFO on the host tap device if supported and allow setting UFO > on virtio-net in the guest. > > Signed-off-by: Sridhar Samudrala > > > diff --git a/hw/virtio-net.c b/hw/virtio-net.c > index 3c77b99..8a53e27 100644 > --- a/hw/virtio-net.c > +++ b/hw/virtio-net.c

[PATCH qemu-kvm] Enable UFO on virtio-net/tap devices

2009-06-05 Thread Sridhar Samudrala
Enable UFO on the host tap device if supported and allow setting UFO on virtio-net in the guest. Signed-off-by: Sridhar Samudrala diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 3c77b99..8a53e27 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -134,7 +134,8 @@ static uint32_t virtio_n