Re: [Qemu-devel] [PATCH v5 09/45] Migration commands

2015-03-10 Thread David Gibson
On Tue, Mar 10, 2015 at 11:04:14AM +, Dr. David Alan Gilbert wrote: > * David Gibson (da...@gibson.dropbear.id.au) wrote: > > On Wed, Feb 25, 2015 at 04:51:32PM +, Dr. David Alan Gilbert (git) > > wrote: > > > From: "Dr. David Alan Gilbert" > > > > > > Create QEMU_VM_COMMAND section type

Re: [Qemu-devel] [PATCH v5 09/45] Migration commands

2015-03-10 Thread Dr. David Alan Gilbert
* David Gibson (da...@gibson.dropbear.id.au) wrote: > On Wed, Feb 25, 2015 at 04:51:32PM +, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Create QEMU_VM_COMMAND section type for sending commands from > > source to destination. These commands are not intended

Re: [Qemu-devel] [PATCH v5 09/45] Migration commands

2015-03-09 Thread David Gibson
On Wed, Feb 25, 2015 at 04:51:32PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Create QEMU_VM_COMMAND section type for sending commands from > source to destination. These commands are not intended to convey > guest state but to control the migration process.

[Qemu-devel] [PATCH v5 09/45] Migration commands

2015-02-25 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Create QEMU_VM_COMMAND section type for sending commands from source to destination. These commands are not intended to convey guest state but to control the migration process. For use in postcopy. Signed-off-by: Dr. David Alan Gilbert --- include/migration/mig