Re: [Qemu-devel] [PATCH 2/6] Split header writing out of qemu_savevm_state_begin

2015-06-03 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Split qemu_savevm_state_begin to: > qemu_savevm_state_header That writes the initial file header. > qemu_savevm_state_beginThat sets up devices and does the first > device pass. > > U

Re: [Qemu-devel] [PATCH 2/6] Split header writing out of qemu_savevm_state_begin

2015-05-24 Thread David Gibson
On Thu, May 21, 2015 at 01:24:12PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Split qemu_savevm_state_begin to: > qemu_savevm_state_header That writes the initial file header. > qemu_savevm_state_beginThat sets up devices and does the first >

[Qemu-devel] [PATCH 2/6] Split header writing out of qemu_savevm_state_begin

2015-05-21 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Split qemu_savevm_state_begin to: qemu_savevm_state_header That writes the initial file header. qemu_savevm_state_beginThat sets up devices and does the first device pass. Used later in postcopy. Signed-off-by: Dr. David Alan