Bug 1292019
Summary: | Changing CPU's current status failed via qmp command | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Min Deng <mdeng> |
Component: | qemu-kvm-rhev | Assignee: | Markus Armbruster <armbru> |
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | CC: | dgibson, hannsj_uhl, huding, juzhang, knoel, virt-maint, xfu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-21 17:10:49 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1308609, 1359843 |
Description
Min Deng
2015-12-16 08:59:11 UTC
"Current CPU" is monitor-local, i.e. if you have multiple monitors, each has its own current CPU. Only HMP monitors have a current CPU. QMP command "cpu" actually does nothing, and command "query-cpus" always shows CPU #0 as current. Actually an implementation artifact that shouldn't be relied on; member "current" exists only for backward compatibility, and should be ignored. This mess is due to some confused QMP development history, and can't be changed now. Closing NOTABUG. Please don't hesitate to ask if you have further questions. See also bug 1272417 - qmp didnot distinguish the current work cpu when change the cpu in hmp. |