Re: [Qemu-devel] [PATCH v8 01/20] virtio-serial: don't migrate the config space

2014-06-19 Thread Amit Shah
On (Fri) 13 Jun 2014 [13:18:42], Greg Kurz wrote: The device configuration is set at realize time and never changes. It should not be migrated as it is done today. For the sake of compatibility, let's just skip them at load time. Signed-off-by: Alexander Graf ag...@suse.de The author field

Re: [Qemu-devel] [PATCH v8 01/20] virtio-serial: don't migrate the config space

2014-06-19 Thread Greg Kurz
On Thu, 19 Jun 2014 16:10:15 +0530 Amit Shah amit.s...@redhat.com wrote: On (Fri) 13 Jun 2014 [13:18:42], Greg Kurz wrote: The device configuration is set at realize time and never changes. It should not be migrated as it is done today. For the sake of compatibility, let's just skip them

Re: [Qemu-devel] [PATCH v8 01/20] virtio-serial: don't migrate the config space

2014-06-19 Thread Michael S. Tsirkin
On Fri, Jun 13, 2014 at 01:18:42PM +0200, Greg Kurz wrote: The device configuration is set at realize time and never changes. It should not be migrated as it is done today. For the sake of compatibility, let's just skip them at load time. Signed-off-by: Alexander Graf ag...@suse.de [ added

[Qemu-devel] [PATCH v8 01/20] virtio-serial: don't migrate the config space

2014-06-13 Thread Greg Kurz
The device configuration is set at realize time and never changes. It should not be migrated as it is done today. For the sake of compatibility, let's just skip them at load time. Signed-off-by: Alexander Graf ag...@suse.de [ added missing casts to uint16_t *, added SoB and commit message,

Re: [Qemu-devel] [PATCH v8 01/20] virtio-serial: don't migrate the config space

2014-06-13 Thread Alexander Graf
On 13.06.14 13:18, Greg Kurz wrote: The device configuration is set at realize time and never changes. It should not be migrated as it is done today. For the sake of compatibility, let's just skip them at load time. Signed-off-by: Alexander Graf ag...@suse.de [ added missing casts to uint16_t