summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Mammedov2019-12-09 14:08:59 +0100
committerMichael S. Tsirkin2020-01-22 06:23:07 +0100
commit5b8e5363faa19f6f5064df7f3830c7b56d80f28d (patch)
treea232e43a31f4c93314ab2c8ee5c1fe672073dc0f
parentacpi: cpuhp: spec: fix 'Command data' description (diff)
downloadqemu-5b8e5363faa19f6f5064df7f3830c7b56d80f28d.tar.gz
qemu-5b8e5363faa19f6f5064df7f3830c7b56d80f28d.tar.xz
qemu-5b8e5363faa19f6f5064df7f3830c7b56d80f28d.zip
acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0
Write section of 'Command data' register should describe what happens when it's written into. Correct description in case the last stored 'Command field' value is equal to 0, to reflect that currently it's not supported. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <1575896942-331151-7-git-send-email-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--docs/specs/acpi_cpu_hotplug.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/specs/acpi_cpu_hotplug.txt b/docs/specs/acpi_cpu_hotplug.txt
index d5108720bf..8fb9ad22e6 100644
--- a/docs/specs/acpi_cpu_hotplug.txt
+++ b/docs/specs/acpi_cpu_hotplug.txt
@@ -90,8 +90,7 @@ write access:
other values: reserved
[0x6-0x7] reserved
[0x8] Command data: (DWORD access)
- current 'Command field' value:
- 0: OSPM reads value of CPU selector
+ if last stored 'Command field' value:
1: stores value into OST event register
2: stores value into OST status register, triggers
ACPI_DEVICE_OST QMP event from QEMU to external applications