Re: [Qemu-devel] [PATCH v8 04/54] Move configuration section writing

2015-10-30 Thread Dr. David Alan Gilbert
* Amit Shah (amit.s...@redhat.com) wrote: > On (Tue) 29 Sep 2015 [09:37:28], Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > The vmstate_configuration is currently written > > in 'qemu_savevm_state_begin', move it to > > 'qemu_savevm_state_header' since it's got a h

Re: [Qemu-devel] [PATCH v8 04/54] Move configuration section writing

2015-10-20 Thread Juan Quintela
Juan Quintela wrote: Post proper list remove cc'd > "Dr. David Alan Gilbert (git)" wrote: >> From: "Dr. David Alan Gilbert" >> >> The vmstate_configuration is currently written >> in 'qemu_savevm_state_begin', move it to >> 'qemu_savevm_state_header' since it's got a hard >> requirement that

Re: [Qemu-devel] [PATCH v8 04/54] Move configuration section writing

2015-10-04 Thread Amit Shah
On (Tue) 29 Sep 2015 [09:37:28], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The vmstate_configuration is currently written > in 'qemu_savevm_state_begin', move it to > 'qemu_savevm_state_header' since it's got a hard > requirement that it must be the 1st thing after

[Qemu-devel] [PATCH v8 04/54] Move configuration section writing

2015-09-29 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The vmstate_configuration is currently written in 'qemu_savevm_state_begin', move it to 'qemu_savevm_state_header' since it's got a hard requirement that it must be the 1st thing after the header. (In postcopy some 'command' sections get sent early before the saving