From: Markus Armbruster <armbru@redhat.com>
To: John Snow <jsnow@redhat.com>
Cc: qemu-devel@nongnu.org, "Jason Wang" <jasowangio@gmail.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@mailo.com>,
"Fabiano Rosas" <farosas@suse.de>,
"Hanna Reitz" <hreitz@redhat.com>,
"Zhao Liu" <zhao1.liu@intel.com>, "Peter Xu" <peterx@redhat.com>,
"Eric Blake" <eblake@redhat.com>, "Kevin Wolf" <kwolf@redhat.com>,
qemu-block@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>
Subject: Re: [PATCH 4/5] qapi: convert simple event intros for machine.json
Date: Fri, 04 Sep 2026 07:17:18 +0200 [thread overview]
Message-ID: <87h5k5ioip.fsf@pond.sub.org> (raw)
In-Reply-To: <20260903200008.729791-5-jsnow@redhat.com> (John Snow's message of "Thu, 3 Sep 2026 16:00:07 -0400")
John Snow <jsnow@redhat.com> writes:
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
> qapi/machine.json | 14 ++++++--------
> 1 file changed, 6 insertions(+), 8 deletions(-)
>
> diff --git a/qapi/machine.json b/qapi/machine.json
> index 9d709cb53e0..cf905afd4f1 100644
> --- a/qapi/machine.json
> +++ b/qapi/machine.json
> @@ -1125,10 +1125,9 @@
>
> ##
> # @BALLOON_CHANGE:
> -#
> -# Emitted when the guest changes the actual BALLOON level. This value
> -# is equivalent to the @actual field return by the `query-balloon`
> -# command
> +# Emitted when the guest changes the actual BALLOON level. This
> +# value is equivalent to the @actual field return by the
> +# `query-balloon` command
@actual does not refer to the argument here, it refers to
query-balloon's result. Harmless until we turn it into a link. Not
fixable now, because we lack markup for such non-local references.
Yet another note of future work:
5. Implement markup for non-local argument / member / feature
references, and put it to use.
> #
> # @actual: the logical size of the VM in bytes. Formula used:
> # logical_vm_size = vm_ram_size - balloon_size
> @@ -1556,10 +1555,9 @@
>
> ##
> # @MEMORY_DEVICE_SIZE_CHANGE:
> -#
> -# Emitted when the size of a memory device changes. Only emitted for
> -# memory devices that can actually change the size (e.g., virtio-mem
> -# due to guest action).
> +# Emitted when the size of a memory device changes. Only emitted
> +# for memory devices that can actually change the size (e.g.,
> +# virtio-mem due to guest action).
> #
> # @id: device's ID
> #
next prev parent reply other threads:[~2026-09-04 5:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-03 20:00 [PATCH 0/5] qapi: qapi: convert simple event intro sections John Snow
2026-09-03 20:00 ` [PATCH 1/5] qapi: convert simple event intros for qdev.json John Snow
2026-09-03 20:00 ` [PATCH 2/5] qapi: convert simple event intros for net.json John Snow
2026-09-03 20:00 ` [PATCH 3/5] qapi: convert simple event intros for migration.json John Snow
2026-09-03 20:06 ` Fabiano Rosas
2026-09-03 20:00 ` [PATCH 4/5] qapi: convert simple event intros for machine.json John Snow
2026-09-04 5:17 ` Markus Armbruster [this message]
2026-09-03 20:00 ` [PATCH 5/5] qapi: convert simple event intros for block-core.json John Snow
2026-09-04 5:24 ` Markus Armbruster
2026-09-04 5:25 ` [PATCH 0/5] qapi: qapi: convert simple event intro sections Markus Armbruster
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=87h5k5ioip.fsf@pond.sub.org \
--to=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=farosas@suse.de \
--cc=hreitz@redhat.com \
--cc=jasowangio@gmail.com \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=philmd@mailo.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=zhao1.liu@intel.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.