Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 834887 Details for
Bug 903910
RHEL7 does not have equivalent functionality for __com.redhat_qxl_screendump
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed documentation patch
0001-Document-qxl_screendump-monitor-command-properly.patch (text/plain), 2.12 KB, created by
Markus Armbruster
on 2013-12-10 19:24:37 UTC
(
hide
)
Description:
Proposed documentation patch
Filename:
MIME Type:
Creator:
Markus Armbruster
Created:
2013-12-10 19:24:37 UTC
Size:
2.12 KB
patch
obsolete
>From 39fe20068156f4a803f40ab24324270215685181 Mon Sep 17 00:00:00 2001 >From: Markus Armbruster <armbru@redhat.com> >Date: Tue, 10 Dec 2013 20:22:43 +0100 >Subject: [PATCH 7.0 qemu-kvm] Document qxl_screendump monitor command properly > > >Signed-off-by: Markus Armbruster <armbru@redhat.com> >--- > hmp-commands.hx | 13 ++++++++++--- > qmp-commands.hx | 19 ++++++++++++++----- > 2 files changed, 24 insertions(+), 8 deletions(-) > >diff --git a/hmp-commands.hx b/hmp-commands.hx >index c881e01..6c40699 100644 >--- a/hmp-commands.hx >+++ b/hmp-commands.hx >@@ -243,6 +243,13 @@ ETEXI > .help = "save screen into PPM image 'filename'", > .mhandler.cmd = hmp_screen_dump, > }, >+ >+STEXI >+@item screendump @var{filename} >+@findex screendump >+Save screen into PPM image @var{filename}. >+ETEXI >+ > { > .name = "__com.redhat_qxl_screendump", > .args_type = "id:s,filename:F", >@@ -252,9 +259,9 @@ ETEXI > }, > > STEXI >-@item screendump @var{filename} >-@findex screendump >-Save screen into PPM image @var{filename}. >+@item __com.redhat_screendump @var{id} @var{filename} >+@findex __com.redhat_screendump >+Save screen from qxl device @var{id} into PPM image @var{filename}. > ETEXI > > { >diff --git a/qmp-commands.hx b/qmp-commands.hx >index 4942590..465b6c7 100644 >--- a/qmp-commands.hx >+++ b/qmp-commands.hx >@@ -148,11 +148,6 @@ EQMP > .args_type = "filename:F", > .mhandler.cmd_new = qmp_marshal_input_screendump, > }, >- { >- .name = "__com.redhat_qxl_screendump", >- .args_type = "id:s,filename:F", >- .mhandler.cmd_new = qmp_marshal_input___com_redhat_qxl_screendump, >- }, > > SQMP > screendump >@@ -172,6 +167,20 @@ Example: > EQMP > > { >+ .name = "__com.redhat_qxl_screendump", >+ .args_type = "id:s,filename:F", >+ .mhandler.cmd_new = qmp_marshal_input___com_redhat_qxl_screendump, >+ }, >+ >+SQMP >+__com.redhat_qxl_screendump >+--------------------------- >+ >+Save screen from qxl device @var{id} into PPM image @var{filename}. >+ >+EQMP >+ >+ { > .name = "stop", > .args_type = "", > .mhandler.cmd_new = qmp_marshal_input_stop, >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 903910
:
783834
|
788727
| 834887