On 06/15/2016 07:03 AM, Dr. David Alan Gilbert wrote:
> * Eric Blake (ebl...@redhat.com) wrote:
>> On 06/13/2016 12:38 AM, haris iqbal wrote:
>>
> ##
> { 'enum': 'RunState',
>'data': [ 'debug', 'inmigrate', 'internal-error', 'io-error', 'paused',
> 'postmigrate',
* Eric Blake (ebl...@redhat.com) wrote:
> On 06/13/2016 12:38 AM, haris iqbal wrote:
>
> >>> ##
> >>> { 'enum': 'RunState',
> >>>'data': [ 'debug', 'inmigrate', 'internal-error', 'io-error', 'paused',
> >>> 'postmigrate', 'prelaunch', 'finish-migrate', 'restore-vm',
> >>>
* Md Haris Iqbal (haris.p...@gmail.com) wrote:
> ---
> include/migration/migration.h | 1 +
> migration/migration.c | 76
> ---
> qapi-schema.json | 11 +--
> vl.c | 4 +++
> 4 files changed, 85 insertions
On 06/13/2016 12:38 AM, haris iqbal wrote:
>>> ##
>>> { 'enum': 'RunState',
>>>'data': [ 'debug', 'inmigrate', 'internal-error', 'io-error', 'paused',
>>> 'postmigrate', 'prelaunch', 'finish-migrate', 'restore-vm',
>>> 'running', 'save-vm', 'shutdown', 'suspended',
On Thu, Jun 9, 2016 at 2:11 AM, Eric Blake wrote:
> On 06/08/2016 12:13 PM, Md Haris Iqbal wrote:
>
> The subject line is long, and has a typo (s/incase/in case/). Also, the
> mailing list automatically prepends [Qemu-devel], so you shouldn't
> repeat it manually. Better might have been a short
On 06/08/2016 12:13 PM, Md Haris Iqbal wrote:
The subject line is long, and has a typo (s/incase/in case/). Also, the
mailing list automatically prepends [Qemu-devel], so you shouldn't
repeat it manually. Better might have been a short subject line then a
longer commit body:
migration: keep sou
---
include/migration/migration.h | 1 +
migration/migration.c | 76 ---
qapi-schema.json | 11 +--
vl.c | 4 +++
4 files changed, 85 insertions(+), 7 deletions(-)
diff --git a/include/migration/migration.