From patchwork Wed Nov 25 00:37:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jones X-Patchwork-Id: 57278 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp2432859lbb; Tue, 24 Nov 2015 16:39:00 -0800 (PST) X-Received: by 10.31.185.145 with SMTP id j139mr27463902vkf.99.1448411940775; Tue, 24 Nov 2015 16:39:00 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id 134si21000984vkp.45.2015.11.24.16.39.00 for (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 24 Nov 2015 16:39:00 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org Received: from localhost ([::1]:42253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1O6u-0006LB-1d for patch@linaro.org; Tue, 24 Nov 2015 19:39:00 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1O6A-0005VE-13 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 19:38:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1O69-0002Du-5x for qemu-devel@nongnu.org; Tue, 24 Nov 2015 19:38:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1O66-0002D8-QS; Tue, 24 Nov 2015 19:38:10 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 7AB8F43; Wed, 25 Nov 2015 00:38:10 +0000 (UTC) Received: from hawk.localdomain.com (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAP0c1rw014074; Tue, 24 Nov 2015 19:38:06 -0500 From: Andrew Jones To: qemu-devel@nongnu.org Date: Tue, 24 Nov 2015 19:37:52 -0500 Message-Id: <1448411877-22019-2-git-send-email-drjones@redhat.com> In-Reply-To: <1448411877-22019-1-git-send-email-drjones@redhat.com> References: <1448411877-22019-1-git-send-email-drjones@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 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 v2 1/6] qapi-schema: dump-guest-memory: Improve text X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: qemu-devel-bounces+patch=linaro.org@nongnu.org dump-guest-memory is supported by more than just x86, however the paging option is not. (No functional change.) Signed-off-by: Andrew Jones Reviewed-by: Eric Blake --- qapi-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.4.3 diff --git a/qapi-schema.json b/qapi-schema.json index 8b1a423fa7973..ebbad01c40948 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2089,8 +2089,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. @@ -2106,6 +2105,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: