All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Hyman Huang <huangy81@chinatelecom.cn>
Cc: qemu-devel@nongnu.org, Peter Xu <peterx@redhat.com>,
	David Alan Gilbert <dgilbert@redhat.com>
Subject: Example output for query-vcpu-dirty-limit
Date: Thu, 23 Mar 2023 11:40:36 +0100	[thread overview]
Message-ID: <87mt43zr6j.fsf@pond.sub.org> (raw)

query-vcpu-dirty-limit's doc comment has an example, but it shows only
input, no output:

    ##
    # @query-vcpu-dirty-limit:
    #
    # Returns information about virtual CPU dirty page rate limits, if any.
    #
    # Since: 7.1
    #
    # Example:
    #   {"execute": "query-vcpu-dirty-limit"}
    #
    ##

The simplest fix is

    # Example:
    # -> {"execute": "query-vcpu-dirty-limit"}
    # <- {"return": []}

But I'd rather show a non-empty reply here.  I don't want to make one
up, because making up example output tends to result in incorrect
examples.  Could you run the command for me in context where it returns
non-empty output?



             reply	other threads:[~2023-03-23 10:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 10:40 Markus Armbruster [this message]
2023-03-24  1:36 ` Example output for query-vcpu-dirty-limit Hyman Huang
2023-03-24  7:07   ` 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=87mt43zr6j.fsf@pond.sub.org \
    --to=armbru@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=huangy81@chinatelecom.cn \
    --cc=peterx@redhat.com \
    --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.