| Summary: | the tray-open value for floppy disk has no any changes when eject and change it in HMP | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Sibiao Luo <sluo> |
| Component: | qemu-kvm | Assignee: | Ademar Reis <areis> |
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | acathrow, bsarathy, chayang, hhuang, juzhang, michen, mkenneth, pbonzini, qzhang, sluo, virt-maint, xfu |
| Target Milestone: | rc | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1027696 | Environment: | |
| Last Closed: | 2013-12-16 18:09:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1027696 | ||
| Bug Blocks: | |||
|
Comment 1
Sibiao Luo
2013-11-08 02:54:23 UTC
Direct invocation of qemu-kvm and QMP/HMP usage (outside of libvirt) will not be supported in RHEL7. Closing as wontfix. Sibiao, please try to reproduce this with the QMP eject and change commands instead. (In reply to Paolo Bonzini from comment #3) > Sibiao, please try to reproduce this with the QMP eject and change commands > instead. Reopening until we hear back from QE. (In reply to Paolo Bonzini from comment #3) > Sibiao, please try to reproduce this with the QMP eject and change commands > instead. this issue just hit by HMP monitor, QMP has changes, please refer to the following. e.g.: {"execute":"qmp_capabilities"} {"return": {}} {"execute":"query-block"} {"return": [...{"device": "drive-fdc0-0-0", "locked": false, "removable": true, "inserted": {"iops_rd": 0, "image": {"virtual-size": 1509888, "filename": "/home/floppy1.vfd", "cluster-size": 65536, "format": "qcow2", "actual-size": 139264, "format-specific": {"type": "qcow2", "data": {"compat": "1.1", "lazy-refcounts": false}}, "dirty-flag": false}, "iops_wr": 0, "ro": false, "backing_file_depth": 0, "drv": "qcow2", "iops": 0, "bps_wr": 0, "encrypted": false, "bps": 0, "bps_rd": 0, "file": "/home/floppy1.vfd", "encryption_key_missing": false}, "tray_open": false, "type": "unknown"}...]} {"execute":"eject","arguments":{"device":"drive-fdc0-0-0"}} {"timestamp": {"seconds": 1386729943, "microseconds": 57605}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "drive-fdc0-0-0", "tray-open": true}} {"return": {}} {"execute":"query-block"} {"return": [...{"device": "drive-fdc0-0-0", "locked": false, "removable": true, "tray_open": false, "type": "unknown"}...]} {"execute":"change","arguments":{"device":"drive-fdc0-0-0","target":"/home/floppy2.vfd"}} {"timestamp": {"seconds": 1386729953, "microseconds": 678468}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "drive-fdc0-0-0", "tray-open": true}} {"timestamp": {"seconds": 1386729953, "microseconds": 679231}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "drive-fdc0-0-0", "tray-open": true}} {"timestamp": {"seconds": 1386729953, "microseconds": 679354}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "drive-fdc0-0-0", "tray-open": false}} {"return": {}} {"execute":"query-block"} {"return": [...{"device": "drive-fdc0-0-0", "locked": false, "removable": true, "inserted": {"iops_rd": 0, "image": {"virtual-size": 1509888, "filename": "/home/floppy2.vfd", "cluster-size": 65536, "format": "qcow2", "actual-size": 139264, "format-specific": {"type": "qcow2", "data": {"compat": "1.1", "lazy-refcounts": false}}, "dirty-flag": false}, "iops_wr": 0, "ro": false, "backing_file_depth": 0, "drv": "qcow2", "iops": 0, "bps_wr": 0, "encrypted": false, "bps": 0, "bps_rd": 0, "file": "/home/floppy2.vfd", "encryption_key_missing": false}, "tray_open": false, "type": "unknown"}...]} Best Regards, sluo (In reply to Sibiao Luo from comment #5) > (In reply to Paolo Bonzini from comment #3) > > Sibiao, please try to reproduce this with the QMP eject and change commands > > instead. > this issue just hit by HMP monitor, QMP has changes, please refer to the > following. Confirmed it's HMP only, closing bug. |