[Qemu-devel] [PULL 09/15] virtio-9p: migrate virtio subsections

2015-10-02 Thread Michael S. Tsirkin
From: Greg Kurz In a cross-endian setup, the virtio-9p device has state in @device_endian. It must be migrated. This patch just adds the minimal support to live migrate generic virtio subsections where @device_endian is handled. Please note that this is unrelated to the fact that we block migrat

Re: [Qemu-devel] [PULL 09/15] virtio-9p: migrate virtio subsections

2015-10-02 Thread Michael S. Tsirkin
On Fri, Oct 02, 2015 at 04:45:36PM +0300, Michael S. Tsirkin wrote: > From: Greg Kurz > > In a cross-endian setup, the virtio-9p device has state in @device_endian. It > must be migrated. This patch just adds the minimal support to live migrate > generic virtio subsections where @device_endian is