From patchwork Thu Nov 19 14:53:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jones X-Patchwork-Id: 57017 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp3228282lbb; Thu, 19 Nov 2015 06:56:37 -0800 (PST) X-Received: by 10.31.151.140 with SMTP id z134mr4869359vkd.83.1447944996758; Thu, 19 Nov 2015 06:56:36 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id x188si4359335vkd.121.2015.11.19.06.56.36 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 19 Nov 2015 06:56:36 -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]:42231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQdY-0003te-Bz for patch@linaro.org; Thu, 19 Nov 2015 09:56:36 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQay-00088V-Pk for qemu-devel@nongnu.org; Thu, 19 Nov 2015 09:53:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzQax-00014i-Ui for qemu-devel@nongnu.org; Thu, 19 Nov 2015 09:53:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQar-00011t-Mz; Thu, 19 Nov 2015 09:53:49 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 4B23C8EFC1; Thu, 19 Nov 2015 14:53:49 +0000 (UTC) Received: from hawk.localdomain.com (ovpn-116-106.ams2.redhat.com [10.36.116.106]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAJEreNJ000808; Thu, 19 Nov 2015 09:53:45 -0500 From: Andrew Jones To: qemu-devel@nongnu.org Date: Thu, 19 Nov 2015 09:53:33 -0500 Message-Id: <1447944817-13286-2-git-send-email-drjones@redhat.com> In-Reply-To: <1447944817-13286-1-git-send-email-drjones@redhat.com> References: <1447944817-13286-1-git-send-email-drjones@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 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 1/5] 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 --- 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: