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 857758 Details for
Bug 1060024
QMP socket breaks on unexpected close
[?]
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.
QMP socket breaking script
break_qmp.py (text/x-python), 456 bytes, created by
CROC Cloud
on 2014-01-31 09:35:53 UTC
(
hide
)
Description:
QMP socket breaking script
Filename:
MIME Type:
Creator:
CROC Cloud
Created:
2014-01-31 09:35:53 UTC
Size:
456 bytes
patch
obsolete
>import os >import socket >import sys > >qemu_sources_path, qmp_path = sys.argv[1:3] > >sys.path.insert(0, os.path.join(qemu_sources_path, "QMP")) >from qmp import QEMUMonitorProtocol > >while True: > print "Connecting to QMP..." > c = QEMUMonitorProtocol(qmp_path) > c.connect() > c.close() > print "OK" > > print "Connecting using socket..." > s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) > s.connect(qmp_path) > s.close() > print "OK"
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 Raw
Actions:
View
Attachments on
bug 1060024
: 857758