Re: [Qemu-devel] [PATCHv3 0/2] Fix virtio-serial migration on bi-endian targets

2015-01-04 Thread Amit Shah
On (Fri) 19 Dec 2014 [14:57:25], David Gibson wrote: > On a bi-endian target, with a guest in the non-default endian mode, > attempting to migrate twice in a row with a virtio-serial device wil > cause a qemu SEGV on the second outgoing migration. > > The problem is that virtio_serial_save_device(

Re: [Qemu-devel] [PATCHv3 0/2] Fix virtio-serial migration on bi-endian targets

2014-12-19 Thread Alexander Graf
On 19.12.14 04:57, David Gibson wrote: > On a bi-endian target, with a guest in the non-default endian mode, > attempting to migrate twice in a row with a virtio-serial device wil > cause a qemu SEGV on the second outgoing migration. > > The problem is that virtio_serial_save_device() (and other

Re: [Qemu-devel] [PATCHv3 0/2] Fix virtio-serial migration on bi-endian targets

2014-12-19 Thread Alexander Graf
On 19.12.14 04:57, David Gibson wrote: > On a bi-endian target, with a guest in the non-default endian mode, > attempting to migrate twice in a row with a virtio-serial device wil > cause a qemu SEGV on the second outgoing migration. > > The problem is that virtio_serial_save_device() (and other

[Qemu-devel] [PATCHv3 0/2] Fix virtio-serial migration on bi-endian targets

2014-12-18 Thread David Gibson
On a bi-endian target, with a guest in the non-default endian mode, attempting to migrate twice in a row with a virtio-serial device wil cause a qemu SEGV on the second outgoing migration. The problem is that virtio_serial_save_device() (and other places) expect VirtIOSerial->config to be in curre