Re: [Qemu-devel] [PATCH] virtio-9p: migrate virtio subsections

2015-09-24 Thread Greg Kurz
On Mon, 21 Sep 2015 10:09:34 +0200 Greg Kurz wrote: > On Sat, 19 Sep 2015 15:34:02 +0530 > "Aneesh Kumar K.V" wrote: > > > Greg Kurz writes: > > > > > In a cross-endian setup, the virtio-9p device has state in > > > @device_endian. It > > > must be migrated. > > > > > > Signed-off-by: Greg K

Re: [Qemu-devel] [PATCH] virtio-9p: migrate virtio subsections

2015-09-21 Thread Greg Kurz
On Sat, 19 Sep 2015 15:34:02 +0530 "Aneesh Kumar K.V" wrote: > Greg Kurz writes: > > > In a cross-endian setup, the virtio-9p device has state in @device_endian. > > It > > must be migrated. > > > > Signed-off-by: Greg Kurz > > With 9p mounted, we don't support qemu migration. We have > migr

Re: [Qemu-devel] [PATCH] virtio-9p: migrate virtio subsections

2015-09-19 Thread Aneesh Kumar K.V
Greg Kurz writes: > In a cross-endian setup, the virtio-9p device has state in @device_endian. It > must be migrated. > > Signed-off-by: Greg Kurz With 9p mounted, we don't support qemu migration. We have migration blocker added in v9fs_attach. > --- > hw/9pfs/virtio-9p-device.c | 11 +

Re: [Qemu-devel] [PATCH] virtio-9p: migrate virtio subsections

2015-09-19 Thread Aneesh Kumar K.V
Greg Kurz writes: > In a cross-endian setup, the virtio-9p device has state in @device_endian. It > must be migrated. > > Signed-off-by: Greg Kurz With 9p mounted, we don't support qemu migration. We still have migration blocker added in v9fs_attach. > --- > hw/9pfs/virtio-9p-device.c | 11

[Qemu-devel] [PATCH] virtio-9p: migrate virtio subsections

2015-09-18 Thread Greg Kurz
In a cross-endian setup, the virtio-9p device has state in @device_endian. It must be migrated. Signed-off-by: Greg Kurz --- hw/9pfs/virtio-9p-device.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c index 93a407c45926..e