Re: [PATCH 1/1] kvm: qemu: virtio-net: migration fixes

2009-01-11 Thread Avi Kivity
Avi Kivity wrote: Mark McLoughlin wrote: Hi Avi, A new version, with Anthony's suggested savevm version number bump. I've already committed this as ea47a77149b1. Sorry if my previous message gave the impression I didn't. Oops. For some reason I though this was a new message. -- er

Re: [PATCH 1/1] kvm: qemu: virtio-net: migration fixes

2009-01-11 Thread Avi Kivity
Mark McLoughlin wrote: Hi Avi, A new version, with Anthony's suggested savevm version number bump. I've already committed this as ea47a77149b1. Sorry if my previous message gave the impression I didn't. -- error compiling committee.c: too many arguments to function -- To unsubscribe f

Re: [PATCH 1/1] kvm: qemu: virtio-net: migration fixes

2009-01-08 Thread Avi Kivity
Mark McLoughlin wrote: Hi Avi, A new version, with Anthony's suggested savevm version number bump. Applied, thanks. There wasn't much chance of me applying this before Anthony; so next time please send an incremental patch. -- error compiling committee.c: too many arguments to function

Re: [PATCH 1/1] kvm: qemu: virtio-net: migration fixes

2009-01-07 Thread Mark McLoughlin
Hi Avi, A new version, with Anthony's suggested savevm version number bump. Cheers, Mark. From: Mark McLoughlin Subject: [PATCH] kvm: qemu: virtio-net: migration fixes We were failing to save two important pieces of state: 1) Whether the guest will supply us rx buffers using the new me

[PATCH 1/1] kvm: qemu: virtio-net: migration fixes

2009-01-06 Thread Mark McLoughlin
We were failing to save two important pieces of state: 1) Whether the guest will supply us rx buffers using the new mergeable format; this caused the migrated guest to crash with "virtio-net header not in first element" 2) Whether the tx/rx buffers we exchange with the tap code