|
|
619821 |
From ae12e1158b6a27d94070f95f36879ce2f0da604c Mon Sep 17 00:00:00 2001
|
|
|
619821 |
From: Markus Armbruster <armbru@redhat.com>
|
|
|
619821 |
Date: Tue, 7 Feb 2017 14:56:09 +0100
|
|
|
619821 |
Subject: [PATCH 10/11] HMP: Fix user manual typo of
|
|
|
619821 |
__com.redhat_qxl_screendump
|
|
|
619821 |
|
|
|
619821 |
RH-Author: Markus Armbruster <armbru@redhat.com>
|
|
|
619821 |
Message-id: <1486479370-24026-2-git-send-email-armbru@redhat.com>
|
|
|
619821 |
Patchwork-id: 73590
|
|
|
619821 |
O-Subject: [RHEL-7.4 qemu-kvm PATCH 1/2] HMP: Fix user manual typo of __com.redhat_qxl_screendump
|
|
|
619821 |
Bugzilla: 1419898
|
|
|
619821 |
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
619821 |
RH-Acked-by: Fam Zheng <famz@redhat.com>
|
|
|
619821 |
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
|
|
|
619821 |
|
|
|
619821 |
Fat-fingered in RHEL-6.2 commit 1c6074d, forward ported to RHEL-7.0 in
|
|
|
619821 |
commit faf00a8.
|
|
|
619821 |
|
|
|
619821 |
Signed-off-by: Markus Armbruster <armbru@redhat.com>
|
|
|
619821 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
619821 |
---
|
|
|
619821 |
hmp-commands.hx | 4 ++--
|
|
|
619821 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
619821 |
|
|
|
619821 |
diff --git a/hmp-commands.hx b/hmp-commands.hx
|
|
|
619821 |
index dd528d2..a8ba626 100644
|
|
|
619821 |
--- a/hmp-commands.hx
|
|
|
619821 |
+++ b/hmp-commands.hx
|
|
|
619821 |
@@ -264,8 +264,8 @@ ETEXI
|
|
|
619821 |
},
|
|
|
619821 |
|
|
|
619821 |
STEXI
|
|
|
619821 |
-@item __com.redhat_screendump @var{id} @var{filename}
|
|
|
619821 |
-@findex __com.redhat_screendump
|
|
|
619821 |
+@item __com.redhat_qxl_screendump @var{id} @var{filename}
|
|
|
619821 |
+@findex __com.redhat_qxl_screendump
|
|
|
619821 |
Save screen from qxl device @var{id} into PPM image @var{filename}.
|
|
|
619821 |
ETEXI
|
|
|
619821 |
|
|
|
619821 |
--
|
|
|
619821 |
1.8.3.1
|
|
|
619821 |
|