From: Eric Blake <eblake@redhat.com>
To: xiezhide <xiezhide@huawei.com>, qemu-devel@nongnu.org
Cc: berto@igalia.com, armbru@redhat.com, zengcanfu@huawei.com,
groug@kaod.org, aneesh.kumar@linux.vnet.ibm.com,
jinxuefeng@huawei.com, chenhui.rtos@huawei.com
Subject: Re: [Qemu-devel] [PATCH v4 2/4] fsdev-throttle-qmp: move struct ThrottleLimits to new file
Date: Thu, 15 Nov 2018 16:02:33 -0600 [thread overview]
Message-ID: <2d858252-f6ff-55d6-42f9-48aa56d5e294@redhat.com> (raw)
In-Reply-To: <df1afb51-f027-d5f8-d5e2-b9869cf104f7@redhat.com>
On 11/15/18 3:41 PM, Eric Blake wrote:
> On 11/15/18 2:55 AM, xiezhide wrote:
>> this patch move ThrottleLimits to new file and rename struct
>> field with common format
>
> As written, you need s/move/moves/ and s/rename/renames/ to match the
> singular actor 'this patch'. Or, if you stick with my preference for
> imperative sense, s/this patch move/Move/
>
> s/to new/to a new/
>
>>
>> Signed-off-by: xiezhide <xiezhide@huawei.com>
>> ---
>
>> +++ b/Makefile
>> @@ -106,6 +106,7 @@ GENERATED_FILES += qapi/qapi-types-sockets.h
>> qapi/qapi-types-sockets.c
>> GENERATED_FILES += qapi/qapi-types-tpm.h qapi/qapi-types-tpm.c
>> GENERATED_FILES += qapi/qapi-types-trace.h qapi/qapi-types-trace.c
>> GENERATED_FILES += qapi/qapi-types-transaction.h
>> qapi/qapi-types-transaction.c
>> +GENERATED_FILES += qapi/qapi-types-tlimits.h qapi/qapi-types-tlimits.c
>
> tlimits comes before tpm, not after transaction. (Multiple times in
> this file)
Or, just apply your patch after mine[1], for a much simpler task of
inserting 'tlimits' in the right place within QAPI_MODULES.
[1] https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg03070.html
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
next prev parent reply other threads:[~2018-11-15 22:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-15 8:54 [Qemu-devel] [PATCH v4 0/4] fsdev-throttle-qmp: qmp interface for fsdev io throttling xiezhide
2018-11-15 8:54 ` [Qemu-devel] [PATCH v4 1/4] fsdev-throttle-qmp: factor out throttle code to reuse code xiezhide
2018-11-15 20:55 ` Eric Blake
2018-11-16 8:24 ` xiezhide
2018-11-15 8:55 ` [Qemu-devel] [PATCH v4 2/4] fsdev-throttle-qmp: move struct ThrottleLimits to new file xiezhide
2018-11-15 21:41 ` Eric Blake
2018-11-15 22:02 ` Eric Blake [this message]
2018-11-16 8:19 ` xiezhide
2018-11-16 8:21 ` xiezhide
2018-11-16 15:03 ` Eric Blake
2018-11-15 8:55 ` [Qemu-devel] [PATCH v4 3/4] fsdev-throttle-qmp: qmp interface for fsdev io throttling xiezhide
2018-11-15 8:55 ` [Qemu-devel] [PATCH v4 4/4] fsdev-throttle-qmp: hmp " xiezhide
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=2d858252-f6ff-55d6-42f9-48aa56d5e294@redhat.com \
--to=eblake@redhat.com \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=armbru@redhat.com \
--cc=berto@igalia.com \
--cc=chenhui.rtos@huawei.com \
--cc=groug@kaod.org \
--cc=jinxuefeng@huawei.com \
--cc=qemu-devel@nongnu.org \
--cc=xiezhide@huawei.com \
--cc=zengcanfu@huawei.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).