qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Jones <drjones@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, agraf@suse.de, armbru@redhat.com,
	qemu-arm@nongnu.org, qemu-ppc@nongnu.org, afaerber@suse.de,
	rth@twiddle.net
Subject: [Qemu-devel] [PATCH v4 1/8] qapi-schema: dump-guest-memory: Improve text
Date: Mon, 11 Jan 2016 20:56:18 +0100	[thread overview]
Message-ID: <1452542185-10914-2-git-send-email-drjones@redhat.com> (raw)
In-Reply-To: <1452542185-10914-1-git-send-email-drjones@redhat.com>

dump-guest-memory is supported by more than just x86, however
the paging option is not.

(No functional change.)

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
 qapi-schema.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 2e31733b215bc..0c75465031013 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2169,8 +2169,7 @@
 # @dump-guest-memory
 #
 # Dump guest's memory to vmcore. It is a synchronous operation that can take
-# very long depending on the amount of guest memory. This command is only
-# supported on i386 and x86_64.
+# very long depending on the amount of guest memory.
 #
 # @paging: if true, do paging to get guest's memory mapping. This allows
 #          using gdb to process the core file.
@@ -2186,6 +2185,7 @@
 #             2. The guest can be in real-mode even if paging is enabled. For
 #                example, the guest uses ACPI to sleep, and ACPI sleep state
 #                goes in real-mode
+#             3. Currently only supported on i386 and x86_64.
 #
 # @protocol: the filename or file descriptor of the vmcore. The supported
 #            protocols are:
-- 
2.4.3

  reply	other threads:[~2016-01-11 19:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11 19:56 [Qemu-devel] [PATCH v4 0/8] target-arm: enable qmp-dump-guest-memory Andrew Jones
2016-01-11 19:56 ` Andrew Jones [this message]
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 2/8] dump: qemunotes aren't commonly needed Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 3/8] dump: allow target to set the page size Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 4/8] dump: allow target to set the physical base Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 5/8] target-arm: support QMP dump-guest-memory Andrew Jones
2016-01-15 14:56   ` Peter Maydell
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 6/8] target-arm: dump-guest-memory: add prfpreg notes for aarch64 Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 7/8] elf: add arm note types Andrew Jones
2016-01-11 19:56 ` [Qemu-devel] [PATCH v4 8/8] target-arm: dump-guest-memory: add vfp notes for arm Andrew Jones
2016-01-15 14:43 ` [Qemu-devel] [PATCH v4 0/8] target-arm: enable qmp-dump-guest-memory 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=1452542185-10914-2-git-send-email-drjones@redhat.com \
    --to=drjones@redhat.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=armbru@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=rth@twiddle.net \
    /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).