* [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option
@ 2018-07-06 12:21 Ari Sundholm
2018-07-06 19:37 ` Eric Blake
2018-07-09 7:07 ` Markus Armbruster
0 siblings, 2 replies; 5+ messages in thread
From: Ari Sundholm @ 2018-07-06 12:21 UTC (permalink / raw)
To: qemu-devel; +Cc: Ari Sundholm, Markus Armbruster, Eric Blake
This was accidentally omitted. Thanks to Eric Blake for spotting this.
Signed-off-by: Ari Sundholm <ari@tuxera.com>
---
qapi/block-core.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 38b3125..62a92fa 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -3057,6 +3057,8 @@
# @log-sector-size: sector size used in logging writes to @file, determines
# granularity of offsets and sizes of writes (default: 512)
#
+# @log-append: append to an existing log (default: false)
+#
# @log-super-update-interval: interval of write requests after which the log
# super block is updated to disk (default: 4096)
#
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option
2018-07-06 12:21 [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option Ari Sundholm
@ 2018-07-06 19:37 ` Eric Blake
2018-07-09 7:07 ` Markus Armbruster
1 sibling, 0 replies; 5+ messages in thread
From: Eric Blake @ 2018-07-06 19:37 UTC (permalink / raw)
To: Ari Sundholm, qemu-devel; +Cc: Markus Armbruster, qemu block
On 07/06/2018 07:21 AM, Ari Sundholm wrote:
> This was accidentally omitted. Thanks to Eric Blake for spotting this.
>
> Signed-off-by: Ari Sundholm <ari@tuxera.com>
> ---
> qapi/block-core.json | 2 ++
> 1 file changed, 2 insertions(+)
>
Reviewed-by: Eric Blake <eblake@redhat.com>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 38b3125..62a92fa 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -3057,6 +3057,8 @@
> # @log-sector-size: sector size used in logging writes to @file, determines
> # granularity of offsets and sizes of writes (default: 512)
> #
> +# @log-append: append to an existing log (default: false)
> +#
> # @log-super-update-interval: interval of write requests after which the log
> # super block is updated to disk (default: 4096)
> #
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option
2018-07-06 12:21 [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option Ari Sundholm
2018-07-06 19:37 ` Eric Blake
@ 2018-07-09 7:07 ` Markus Armbruster
2018-07-09 11:17 ` Ari Sundholm
1 sibling, 1 reply; 5+ messages in thread
From: Markus Armbruster @ 2018-07-09 7:07 UTC (permalink / raw)
To: Ari Sundholm; +Cc: qemu-devel
Ari Sundholm <ari@tuxera.com> writes:
> This was accidentally omitted. Thanks to Eric Blake for spotting this.
>
> Signed-off-by: Ari Sundholm <ari@tuxera.com>
> ---
> qapi/block-core.json | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 38b3125..62a92fa 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -3057,6 +3057,8 @@
> # @log-sector-size: sector size used in logging writes to @file, determines
> # granularity of offsets and sizes of writes (default: 512)
> #
> +# @log-append: append to an existing log (default: false)
> +#
> # @log-super-update-interval: interval of write requests after which the log
> # super block is updated to disk (default: 4096)
> #
Applied to qapi-next. Thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option
2018-07-09 7:07 ` Markus Armbruster
@ 2018-07-09 11:17 ` Ari Sundholm
2018-07-10 5:28 ` Markus Armbruster
0 siblings, 1 reply; 5+ messages in thread
From: Ari Sundholm @ 2018-07-09 11:17 UTC (permalink / raw)
To: Markus Armbruster; +Cc: qemu-devel
On 07/09/2018 10:07 AM, Markus Armbruster wrote:
> Ari Sundholm <ari@tuxera.com> writes:
>
>> This was accidentally omitted. Thanks to Eric Blake for spotting this.
>>
>> Signed-off-by: Ari Sundholm <ari@tuxera.com>
>> ---
>> qapi/block-core.json | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/qapi/block-core.json b/qapi/block-core.json
>> index 38b3125..62a92fa 100644
>> --- a/qapi/block-core.json
>> +++ b/qapi/block-core.json
>> @@ -3057,6 +3057,8 @@
>> # @log-sector-size: sector size used in logging writes to @file, determines
>> # granularity of offsets and sizes of writes (default: 512)
>> #
>> +# @log-append: append to an existing log (default: false)
>> +#
>> # @log-super-update-interval: interval of write requests after which the log
>> # super block is updated to disk (default: 4096)
>> #
>
> Applied to qapi-next. Thanks!
>
Thanks. Does this mean that the patch be queued for 3.0 or should I take
some additional steps to ensure this?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option
2018-07-09 11:17 ` Ari Sundholm
@ 2018-07-10 5:28 ` Markus Armbruster
0 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2018-07-10 5:28 UTC (permalink / raw)
To: Ari Sundholm; +Cc: qemu-devel
Ari Sundholm <ari@tuxera.com> writes:
> On 07/09/2018 10:07 AM, Markus Armbruster wrote:
>> Ari Sundholm <ari@tuxera.com> writes:
>>
>>> This was accidentally omitted. Thanks to Eric Blake for spotting this.
>>>
>>> Signed-off-by: Ari Sundholm <ari@tuxera.com>
>>> ---
>>> qapi/block-core.json | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/qapi/block-core.json b/qapi/block-core.json
>>> index 38b3125..62a92fa 100644
>>> --- a/qapi/block-core.json
>>> +++ b/qapi/block-core.json
>>> @@ -3057,6 +3057,8 @@
>>> # @log-sector-size: sector size used in logging writes to @file, determines
>>> # granularity of offsets and sizes of writes (default: 512)
>>> #
>>> +# @log-append: append to an existing log (default: false)
>>> +#
>>> # @log-super-update-interval: interval of write requests after which the log
>>> # super block is updated to disk (default: 4096)
>>> #
>>
>> Applied to qapi-next. Thanks!
>>
>
> Thanks. Does this mean that the patch be queued for 3.0 or should I
> take some additional steps to ensure this?
When a maintainer (like me) accepts your patch, he also accepts
resposibility to get it merged into master. The patch submitter (you)
should not have to do anything to get that done.
"Should" only because maintainers aren't infallible :) I keep tracking
my own patches until they reach master. Pretty much always they just
do. Only once in a great while I have to ask a maintainer what's up.
In this case, your patch should be in my next QAPI pull request, and you
should receive a copy.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-07-10 5:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06 12:21 [Qemu-devel] [PATCH] qapi/block-core.json: Add missing documentation for blklogwrites log-append option Ari Sundholm
2018-07-06 19:37 ` Eric Blake
2018-07-09 7:07 ` Markus Armbruster
2018-07-09 11:17 ` Ari Sundholm
2018-07-10 5:28 ` Markus Armbruster
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).