From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTsjN-0003h7-Qg for qemu-devel@nongnu.org; Wed, 18 Jan 2017 11:05:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTsjJ-0007sX-TO for qemu-devel@nongnu.org; Wed, 18 Jan 2017 11:05:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42274) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTsjJ-0007sR-NG for qemu-devel@nongnu.org; Wed, 18 Jan 2017 11:04:57 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DC3E9107593 for ; Wed, 18 Jan 2017 16:04:57 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 18 Jan 2017 20:03:27 +0400 Message-Id: <20170118160332.13390-21-marcandre.lureau@redhat.com> In-Reply-To: <20170118160332.13390-1-marcandre.lureau@redhat.com> References: <20170118160332.13390-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 20/25] qapi: improve 'screendump' documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: eblake@redhat.com, berrange@redhat.com, kraxel@redhat.com, armbru@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= The command dumps the console 0, and it doesn't have to be VGA. Signed-off-by: Marc-Andr=C3=A9 Lureau --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 42b2c645c5..2e7c96c122 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -4680,7 +4680,7 @@ ## # @screendump: # -# Write a PPM of the VGA screen to a file. +# Write a PPM of the first console to a file. # # @filename: the path of a new PPM file to store the image # --=20 2.11.0.295.gd7dffce1c