summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorIgor Mammedov2016-04-22 19:06:36 +0200
committerMichael S. Tsirkin2016-06-24 04:21:35 +0200
commit76623d00ae578335f6c9f31cd13fc5bf1931dbc3 (patch)
tree241c66502f726f271ef5c7d0f80ea4dcf77db1f4 /qapi-schema.json
parentacpi: cpuhp: implement hot-remove parts of CPU hotplug interface (diff)
downloadqemu-76623d00ae578335f6c9f31cd13fc5bf1931dbc3.tar.gz
qemu-76623d00ae578335f6c9f31cd13fc5bf1931dbc3.tar.xz
qemu-76623d00ae578335f6c9f31cd13fc5bf1931dbc3.zip
acpi: cpuhp: add cpu._OST handling
it adds HW and AML parts for CPU_Device._OST method handling to allow OSPM reports status of hot-(un)plug operation. And extends QMP command query-acpi-ospm-status to report CPU's OST info along with already reported PC-DIMM devices. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 0964eece6d..84b6708125 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -4079,8 +4079,9 @@
## @ACPISlotType
#
# @DIMM: memory slot
+# @CPU: logical CPU slot (since 2.7)
#
-{ 'enum': 'ACPISlotType', 'data': [ 'DIMM' ] }
+{ 'enum': 'ACPISlotType', 'data': [ 'DIMM', 'CPU' ] }
## @ACPIOSTInfo
#