RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 806768 - -qmp stdio is unusable
Summary: -qmp stdio is unusable
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Pavel Hrdina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-26 08:02 UTC by Kevin Wolf
Modified: 2013-02-21 07:33 UTC (History)
8 users (show)

Fixed In Version: qemu-kvm-0.12.1.2-2.297.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-21 07:33:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0527 0 normal SHIPPED_LIVE qemu-kvm bug fix and enhancement update 2013-02-20 21:51:08 UTC

Description Kevin Wolf 2012-03-26 08:02:19 UTC
For debugging stuff it's useful to have a QMP monitor on stdio and drive it manually. In RHEL, however, you have to type blindly then. Upstream at least echoes whatever you typed, which makes it a lot more usable, so backporting these patches would be very helpful.

Bonus points for implementing a readline-like interface as we already have it for HMP with -monitor stdio.

Comment 1 Pavel Hrdina 2012-05-30 13:11:09 UTC
I have just sent a patch to upstream. There will be used the readline functionality for qmp on stdio as it is used for hmp on stdio. After it will be approved and committed to upstream, I'll send patch for rhel.

Comment 2 Pavel Hrdina 2012-05-30 18:36:52 UTC
For now into RHEL will be backported the echo functionality from upstream. If the readline mode will be accepted in upstream then we could backport it too.

Comment 8 Chao Yang 2012-12-07 03:44:15 UTC
---Reproduced on qemu-kvm-0.12.1.2-2.295.el6.x86_64.
Steps:
1. start a QMP monitor on stdio by:
# /usr/libexec/qemu-kvm -qmp stdio
2. send {"execute":"qmp_capabilities"}

Actual Result:
# /usr/libexec/qemu-kvm -qmp stdio
VNC server running on `::1:5900'
{"QMP": {"version": {"qemu": {"micro": 1, "minor": 12, "major": 0}, "package": "(qemu-kvm-0.12.1.2)"}, "capabilities": []}}
{"return": {}}  <--- without echoing {"execute":"qmp_capabilities"}

---Verified on qemu-kvm-0.12.1.2-2.340.el6.x86_64 with same steps described above.
Actual Result:
# /usr/libexec/qemu-kvm -qmp stdio
VNC server running on `::1:5900'
{"QMP": {"version": {"qemu": {"micro": 1, "minor": 12, "major": 0}, "package": "(qemu-kvm-0.12.1.2)"}, "capabilities": []}}
{"execute":"qmp_capabilities"} <---echoing {"execute":"qmp_capabilities"}
{"return": {}}

---Conclusion:
As per above, this issue has been fixed correctly.

Comment 10 errata-xmlrpc 2013-02-21 07:33:21 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0527.html


Note You need to log in before you can comment on or make changes to this bug.