Re: [PATCH 3/4] tun: Allow GSO using virtio_net_hdr

2008-07-02 Thread Rusty Russell
On Wednesday 02 July 2008 15:13:59 Max Krasnyansky wrote: Rusty Russell wrote: Add a IFF_VNET_HDR flag. This uses the same ABI as virtio_net (ie. prepending struct virtio_net_hdr to packets) to indicate GSO and checksum information. Signed-off-by: Rusty Russell [EMAIL PROTECTED] ---

Re: [PATCH 4/4] KVM: Handle device assignment to guests

2008-07-02 Thread Amit Shah
Added locking (kvm-lock) around the initialization of function pointers for irq structures. So the new 4/4 patch is: Subject: [PATCH] KVM: Handle device assignment to guests From: Amit Shah [EMAIL PROTECTED] From: Ben-Ami Yassour [EMAIL PROTECTED] From: Han, Weidong [EMAIL PROTECTED] This