From: Eric Blake <eblake@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>, qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL v2 11/34] blockjob: Update description of the 'device' field in the QMP API
Date: Thu, 14 Jul 2016 13:30:44 -0600 [thread overview]
Message-ID: <5787E864.1070304@redhat.com> (raw)
In-Reply-To: <1468414241-13119-12-git-send-email-kwolf@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]
On 07/13/2016 06:50 AM, Kevin Wolf wrote:
> From: Alberto Garcia <berto@igalia.com>
>
> The 'device' field in all BLOCK_JOB_* events and 'block-job-*' command
> is no longer the device name, but the ID of the job. This patch
> updates the documentation to clarify that.
>
> Signed-off-by: Alberto Garcia <berto@igalia.com>
> Reviewed-by: Max Reitz <mreitz@redhat.com>
> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> docs/qmp-events.txt | 12 ++++++++----
> qapi/block-core.json | 35 +++++++++++++++++++++++++----------
> 2 files changed, 33 insertions(+), 14 deletions(-)
>
> +++ b/qapi/block-core.json
> @@ -713,7 +713,8 @@
> #
> # @type: the job type ('stream' for image streaming)
> #
> -# @device: the block device name
> +# @device: The job identifier. Originally the device name but other
> +# values are allowed since QEMU 2.7
> #
> # @len: the maximum progress value
> #
> @@ -1475,7 +1476,9 @@
> #
> # Throttling can be disabled by setting the speed to 0.
> #
> -# @device: the device name
> +# @device: The job identifier. This used to be a device name (hence
> +# the name of the parameter), but since QEMU 2.7 it can have
> +# other values.
It might have been nice to use the same wording everywhere, instead of
writing two different things, but it's not the end of the world, and I'm
fine if we keep it as committed.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2016-07-14 19:30 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-13 12:50 [Qemu-devel] [PULL v2 00/34] Block layer patches Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 01/34] stream: Fix prototype of stream_start() Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 02/34] blockjob: Update description of the 'id' field Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 03/34] blockjob: Add block_job_get() Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 04/34] block: Use block_job_get() in find_block_job() Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 05/34] blockjob: Add 'job_id' parameter to block_job_create() Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 06/34] mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror' Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 07/34] backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup' Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 08/34] stream: Add 'job-id' parameter to 'block-stream' Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 09/34] commit: Add 'job-id' parameter to 'block-commit' Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 10/34] qemu-img: Set the ID of the block job in img_commit() Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 11/34] blockjob: Update description of the 'device' field in the QMP API Kevin Wolf
2016-07-14 19:30 ` Eric Blake [this message]
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 12/34] osdep: Introduce qemu_dup Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 13/34] raw-posix: Use qemu_dup Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 14/34] coroutine: use QSIMPLEQ instead of QTAILQ Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 15/34] test-coroutine: prepare for the next patch Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 16/34] coroutine: move entry argument to qemu_coroutine_create Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 17/34] block/qdev: Allow node name for drive properties Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 18/34] block/qdev: Allow configuring WCE with qdev properties Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 19/34] commit: Fix use of error handling policy Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 20/34] block/qdev: Allow configuring rerror/werror with qdev properties Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 21/34] qemu-iotests: Test setting WCE with qdev Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 22/34] block: Remove BB options from blockdev-add Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 23/34] qemu-img: Use strerror() for generic resize error Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 24/34] qcow2: Avoid making the L1 table too big Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 25/34] qemu-io: Use correct range limitations Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 26/34] qcow2: Fix qcow2_get_cluster_offset() Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 27/34] Improve block job rate limiting for small bandwidth values Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 28/34] vmdk: fix metadata write regression Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 29/34] blockdev: Fix regression with the default naming of throttling groups Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 30/34] qemu-iotests: Test " Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 31/34] hmp: use snapshot name to determine whether a snapshot is 'fully available' Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 32/34] hmp: show all of snapshot info on every block dev in output of 'info snapshots' Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 33/34] vvfat: Fix qcow write target driver specification Kevin Wolf
2016-07-13 12:50 ` [Qemu-devel] [PULL v2 34/34] iotests: Make 157 actually format-agnostic Kevin Wolf
2016-07-14 12:10 ` [Qemu-devel] [PULL v2 00/34] Block layer patches Peter Maydell
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=5787E864.1070304@redhat.com \
--to=eblake@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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.