[Qemu-devel] [PATCH 1/3] virtio: let devices be permissive on enabled features

2012-03-06 Thread Paolo Bonzini
virtio_load checks features that are enabled by the guest and blocks migration if they are not available in the destination host. However, in some cases we can let features through because we know that guests will be able to proceed even without it. Signed-off-by: Paolo Bonzini

Re: [Qemu-devel] [PATCH 1/3] virtio: let devices be permissive on enabled features

2012-03-06 Thread Michael S. Tsirkin
On Tue, Mar 06, 2012 at 01:22:05PM +0100, Paolo Bonzini wrote: virtio_load checks features that are enabled by the guest and blocks migration if they are not available in the destination host. However, in some cases we can let features through because we know that guests will be able to

Re: [Qemu-devel] [PATCH 1/3] virtio: let devices be permissive on enabled features

2012-03-06 Thread Paolo Bonzini
Il 06/03/2012 14:33, Michael S. Tsirkin ha scritto: virtio_load checks features that are enabled by the guest and blocks migration if they are not available in the destination host. However, in some cases we can let features through because we know that guests will be able to proceed even

Re: [Qemu-devel] [PATCH 1/3] virtio: let devices be permissive on enabled features

2012-03-06 Thread Orit Wasserman
On 03/06/2012 03:57 PM, Paolo Bonzini wrote: Il 06/03/2012 14:33, Michael S. Tsirkin ha scritto: virtio_load checks features that are enabled by the guest and blocks migration if they are not available in the destination host. However, in some cases we can let features through because we