Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-06-01 Thread Christian Borntraeger
On 06/01/2017 01:28 PM, Halil Pasic wrote: > > > On 06/01/2017 01:19 PM, Christian Borntraeger wrote: >> On 06/01/2017 01:02 PM, Halil Pasic wrote: >>> >>> >>> On 06/01/2017 12:52 PM, Cornelia Huck wrote: On Mon, 29 May 2017 15:17:16 +0200 Halil Pasic wrote:

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-06-01 Thread Halil Pasic
On 06/01/2017 01:19 PM, Christian Borntraeger wrote: > On 06/01/2017 01:02 PM, Halil Pasic wrote: >> >> >> On 06/01/2017 12:52 PM, Cornelia Huck wrote: >>> On Mon, 29 May 2017 15:17:16 +0200 >>> Halil Pasic wrote: >>> Let's vmstatify virtio_ccw_save_config and

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-06-01 Thread Christian Borntraeger
On 06/01/2017 01:02 PM, Halil Pasic wrote: > > > On 06/01/2017 12:52 PM, Cornelia Huck wrote: >> On Mon, 29 May 2017 15:17:16 +0200 >> Halil Pasic wrote: >> >>> Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for >>> flexibility (extending using

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-06-01 Thread Halil Pasic
On 06/01/2017 12:52 PM, Cornelia Huck wrote: > On Mon, 29 May 2017 15:17:16 +0200 > Halil Pasic wrote: > >> Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for >> flexibility (extending using subsections) and for fun. > > You have interesting ideas

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-06-01 Thread Cornelia Huck
On Mon, 29 May 2017 15:17:16 +0200 Halil Pasic wrote: > Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for > flexibility (extending using subsections) and for fun. You have interesting ideas of fun :) > > To achieve this we need to hack the

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-06-01 Thread Halil Pasic
On 05/31/2017 08:13 PM, Juan Quintela wrote: > Halil Pasic wrote: >> Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for >> flexibility (extending using subsections) and for fun. >> >> To achieve this we need to hack the config_vector, which is

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-05-31 Thread Juan Quintela
Halil Pasic wrote: > Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for > flexibility (extending using subsections) and for fun. > > To achieve this we need to hack the config_vector, which is VirtIODevice > (that is common virtio) state, in the middle

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-05-31 Thread Halil Pasic
On 05/31/2017 06:00 PM, Dr. David Alan Gilbert wrote: > * Halil Pasic (pa...@linux.vnet.ibm.com) wrote: >> Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for >> flexibility (extending using subsections) and for fun. >> >> To achieve this we need to hack the config_vector,

Re: [Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-05-31 Thread Dr. David Alan Gilbert
* Halil Pasic (pa...@linux.vnet.ibm.com) wrote: > Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for > flexibility (extending using subsections) and for fun. > > To achieve this we need to hack the config_vector, which is VirtIODevice > (that is common virtio) state, in the

[Qemu-devel] [PATCH 1/1] s390x: vmstatify config migration for virtio-ccw

2017-05-29 Thread Halil Pasic
Let's vmstatify virtio_ccw_save_config and virtio_ccw_load_config for flexibility (extending using subsections) and for fun. To achieve this we need to hack the config_vector, which is VirtIODevice (that is common virtio) state, in the middle of the VirtioCcwDevice state representation. This