Re: [Qemu-devel] [PATCH 02/17] QAPI: introduce magration capability unix_page_flipping

2013-10-24 Thread Lei Li
On 10/24/2013 09:52 PM, Paolo Bonzini wrote: Il 22/10/2013 04:25, Lei Li ha scritto: +# @unix-page-flipping: If enabled, QEMU will support localhost migration. This +# feature allows live upgrade of a running QEMU instance by doing localhost +# migration with page flipping. It

Re: [Qemu-devel] [PATCH 02/17] QAPI: introduce magration capability unix_page_flipping

2013-10-24 Thread Paolo Bonzini
Il 22/10/2013 04:25, Lei Li ha scritto: > +# @unix-page-flipping: If enabled, QEMU will support localhost migration. > This > +# feature allows live upgrade of a running QEMU instance by doing > localhost > +# migration with page flipping. It requires the source and > destinati

[Qemu-devel] [PATCH 02/17] QAPI: introduce magration capability unix_page_flipping

2013-10-21 Thread Lei Li
Introduce unix_page_flipping to MigrationCapability for localhost migration. Signed-off-by: Lei Li --- qapi-schema.json |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index 60f3fd1..523a5b2 100644 --- a/qapi-schema.json +++ b/q