From: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
To: Eric Blake <eblake@redhat.com>
Cc: aliguori@us.ibm.com, phrdina@redhat.com, stefanha@gmail.com,
qemu-devel@nongnu.org, armbru@redhat.com, pbonzini@redhat.com,
lcapitulino@redhat.com
Subject: Re: [Qemu-devel] [PATCH V2 03/11] block: add snapshot and image info query function
Date: Thu, 10 Jan 2013 13:43:09 +0800 [thread overview]
Message-ID: <50EE54ED.2090403@linux.vnet.ibm.com> (raw)
In-Reply-To: <50ED9329.40202@redhat.com>
于 2013-1-9 23:56, Eric Blake 写道:
> On 01/08/2013 10:12 PM, Wenchao Xia wrote:
>> This patch added function bdrv_query_image_info() and
>> bdrv_query_snapshot_infolist(), which will return info in qmp object
>> format. The implemetion code are mostly copied from collect_image_info()
>
>
> s/implemetion/implementation/
>
OK.
>> and collect_snapshot() in qemu-img.c.
>> To help filter out snapshot info not needed, a call back function is
>> added in bdrv_query_snapshot_infolist().
>>
>> v2:
>
> Generally, the v2 information should go...
>
Do you know how to put change log under "---" in "git commit"?
I found it inconvenient to edit every ".patch" file, so added the
log directly in commit message.
>> Seperate patch for adding these functions.
>> Spelling fix.
>> Coding style fix due to comments from Eric.
>>
>> Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
>> ---
>
> ...here, after the S-o-b and --- separator. It is useful for email
> review, but doesn't need to clutter the final git history.
>
>> block.c | 117 +++++++++++++++++++++++++++++++++++++++++++++++++
>> include/block/block.h | 9 ++++
>> 2 files changed, 126 insertions(+), 0 deletions(-)
>>
>
> Reviewed-by: Eric Blake <eblake@redhat.com>
>
--
Best Regards
Wenchao Xia
next prev parent reply other threads:[~2013-01-10 5:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-09 5:12 [Qemu-devel] [PATCH V2 00/11] add qmp/hmp interfaces for snapshot info Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 01/11] qemu-img: remove unused parameter in collect_image_info() Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 02/11] block: add bdrv_get_filename() function Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 03/11] block: add snapshot and image info query function Wenchao Xia
2013-01-09 15:56 ` Eric Blake
2013-01-10 5:43 ` Wenchao Xia [this message]
2013-01-10 13:36 ` Eric Blake
2013-01-11 3:18 ` Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 04/11] qemu-img: switch image retrieving function Wenchao Xia
2013-01-09 16:27 ` Eric Blake
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 05/11] block: rename bdrv_query_info to bdrv_query_block_info Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 06/11] qmp: add interface query-images Wenchao Xia
2013-01-09 22:53 ` Eric Blake
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 07/11] block: export function bdrv_find_snapshot() Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 08/11] qmp: add interface query-snapshots Wenchao Xia
2013-01-09 23:04 ` Eric Blake
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 09/11] hmp: export function hmp_handle_error() Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 10/11] hmp: retrieve info from qmp for snapshot info Wenchao Xia
2013-01-09 5:12 ` [Qemu-devel] [PATCH V2 11/11] hmp: show snapshot on single block device Wenchao Xia
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=50EE54ED.2090403@linux.vnet.ibm.com \
--to=xiawenc@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=pbonzini@redhat.com \
--cc=phrdina@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).