From: zhanghailiang <zhang.zhanghailiang@huawei.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: hangaohuai@huawei.com, quintela@redhat.com,
qemu-devel@nongnu.org, peter.huangpeng@huawei.com,
lcapitulino@redhat.com, amit.shah@redhat.com,
dgilbert@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 3/4] migration: Convert 'status' of MigrationInfo to use an enum type
Date: Fri, 6 Mar 2015 16:45:15 +0800 [thread overview]
Message-ID: <54F9691B.2000608@huawei.com> (raw)
In-Reply-To: <87oao7pa3d.fsf@blackfin.pond.sub.org>
On 2015/3/6 2:34, Markus Armbruster wrote:
> zhanghailiang <zhang.zhanghailiang@huawei.com> writes:
>
>> The original 'status' is an open-coded 'str' type, convert it to use an
>> enum type.
>> This conversion is backwards compatible, better documented and
>> more convenient for future extensibility.
>>
>> We also rename 'MIGRATION_STATUS_ERROR' to 'MIGRATION_STATUS_FAILED'.
>> In addition, Fix a typo for qapi-schema.json: comppleted -> completed
>>
>> Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
> [...]
>> diff --git a/qapi-schema.json b/qapi-schema.json
>> index e16f8eb..3b5904b 100644
>> --- a/qapi-schema.json
>> +++ b/qapi-schema.json
>> ##
>> # @MigrationInfo
>> #
>> # Information about current migration process.
>> #
>> -# @status: #optional string describing the current migration status.
>> -# As of 0.14.0 this can be 'setup', 'active', 'completed', 'failed' or
>> -# 'cancelled'. If this field is not returned, no migration process
>> +# @status: #optional @MigState describing the current migration status.
>> +# If this field is not returned, no migration process
>> # has been initiated
>> #
>> # @ram: #optional @MigrationStats containing detailed migration
>> # status, only returned if status is 'active' or
>> -# 'completed'. 'comppleted' (since 1.2)
>> +# 'completed'. 'completed' (since 1.2)
>
> Shouldn't this just be
>
> +# 'completed' (since 1.2)
>
Er, Yes, in this way, it is more clean, thanks, will fix in v4 ~
>
>> #
>> # @disk: #optional @MigrationStats containing detailed disk migration
>> # status, only returned if status is 'active' and it is a block
>> @@ -453,7 +477,7 @@
>> # Since: 0.14.0
>> ##
>> { 'type': 'MigrationInfo',
>> - 'data': {'*status': 'str', '*ram': 'MigrationStats',
>> + 'data': {'*status': 'MigrationStatus', '*ram': 'MigrationStats',
>> '*disk': 'MigrationStats',
>> '*xbzrle-cache': 'XBZRLECacheStats',
>> '*total-time': 'int',
>
> .
>
next prev parent reply other threads:[~2015-03-06 8:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 14:09 [Qemu-devel] [PATCH v3 0/4] Convert 'status' of MigrationInfo from open-coded 'str' to enum type zhanghailiang
2015-03-04 14:09 ` [Qemu-devel] [PATCH v3 1/4] migration: Rename abbreviated macro MIG_STATE_* to MIGRATION_STATUS_* zhanghailiang
2015-03-06 16:14 ` Eric Blake
2015-03-09 1:26 ` zhanghailiang
2015-03-04 14:09 ` [Qemu-devel] [PATCH v3 2/4] hmp: Rename 'MigrationStatus' to 'HMPMigrationStatus' zhanghailiang
2015-03-06 16:14 ` Eric Blake
2015-03-04 14:09 ` [Qemu-devel] [PATCH v3 3/4] migration: Convert 'status' of MigrationInfo to use an enum type zhanghailiang
2015-03-05 18:34 ` Markus Armbruster
2015-03-06 8:45 ` zhanghailiang [this message]
2015-03-06 16:17 ` Eric Blake
2015-03-04 14:09 ` [Qemu-devel] [PATCH v3 4/4] migration: Expose 'cancelling' status to user zhanghailiang
2015-03-06 16:24 ` Eric Blake
2015-03-09 1:27 ` zhanghailiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F9691B.2000608@huawei.com \
--to=zhang.zhanghailiang@huawei.com \
--cc=amit.shah@redhat.com \
--cc=armbru@redhat.com \
--cc=dgilbert@redhat.com \
--cc=hangaohuai@huawei.com \
--cc=lcapitulino@redhat.com \
--cc=peter.huangpeng@huawei.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.