qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 0/3] -incoming defer


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] [PATCH v3 0/3] -incoming defer
Date: Mon, 23 Feb 2015 16:01:17 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

* Michael S. Tsirkin (address@hidden) wrote:
> On Thu, Feb 19, 2015 at 11:40:26AM +0000, Dr. David Alan Gilbert (git) wrote:
> > From: "Dr. David Alan Gilbert" <address@hidden>
> > 
> > This patchset provides a way of setting options on an incoming
> > migration before the fd/process/socket has been created.
> > 
> >    start qemu with   -incoming defer
> >    <use the monitor to set whatever you need>
> >    migrate_incoming theuri
> > 
> > v3:
> >   s/pause/defer/  (and associated fixups)
> >   Add ' around the '-incoming defer' in an error
> > 
> > v2:
> >   Create migrate_incoming/migrate-incoming rather than squashing the -u
> >   into the existing migrate command.
> > 
> > Dave
> > 
> > Dr. David Alan Gilbert (3):
> >   Add -incoming defer
> >   Add migrate_incoming
> >   Document -incoming options
> > 
> >  hmp-commands.hx       | 16 ++++++++++++++++
> >  hmp.c                 | 14 ++++++++++++++
> >  hmp.h                 |  1 +
> >  migration/migration.c | 48 ++++++++++++++++++++++++++++++++++++++++++------
> >  qapi-schema.json      | 15 +++++++++++++++
> >  qemu-options.hx       | 29 ++++++++++++++++++++++++++---
> >  qmp-commands.hx       | 31 ++++++++++++++++++++++++++++++-
> >  7 files changed, 144 insertions(+), 10 deletions(-)
> 
> Update qemu-doc.texi as well?

Well the qemu-doc.html seems to have gained the migrate_incoming command
and proper definitions of -incoming magically without me having to
look at a texi file - I think that description is parsed from one of
the option files somehow, so hopefully I don't need to wrangle any tex.

Dave

> 
> 
> > -- 
> > 2.1.0
> > 
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK



reply via email to

[Prev in Thread] Current Thread [Next in Thread]