[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 05/17] acpi: cpuhp: spec: clarify store into 'Command data' when '
From: |
Michael S. Tsirkin |
Subject: |
[PULL 05/17] acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0 |
Date: |
Wed, 22 Jan 2020 00:52:00 -0500 |
From: Igor Mammedov <address@hidden>
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 <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
docs/specs/acpi_cpu_hotplug.txt | 3 +--
1 file changed, 1 insertion(+), 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
--
MST
- [PULL 00/17] virtio, pc: fixes, features, Michael S. Tsirkin, 2020/01/22
- [PULL 02/17] tests: q35: MCH: add default SMBASE SMRAM lock test, Michael S. Tsirkin, 2020/01/22
- [PULL 03/17] acpi: cpuhp: spec: clarify 'CPU selector' register usage and endianness, Michael S. Tsirkin, 2020/01/22
- [PULL 04/17] acpi: cpuhp: spec: fix 'Command data' description, Michael S. Tsirkin, 2020/01/22
- [PULL 05/17] acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0,
Michael S. Tsirkin <=
- [PULL 06/17] acpi: cpuhp: introduce 'Command data 2' field, Michael S. Tsirkin, 2020/01/22
- [PULL 09/17] bios-tables-test: document expected file update, Michael S. Tsirkin, 2020/01/22
- [PULL 08/17] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command, Michael S. Tsirkin, 2020/01/22
- [PULL 11/17] virtio-9p-device: convert to new virtio_delete_queue, Michael S. Tsirkin, 2020/01/22
- [PULL 12/17] virtio-scsi: delete vqs in unrealize to avoid memleaks, Michael S. Tsirkin, 2020/01/22
- [PULL 13/17] virtio-scsi: convert to new virtio_delete_queue, Michael S. Tsirkin, 2020/01/22
- [PULL 14/17] vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks, Michael S. Tsirkin, 2020/01/22
- [PULL 16/17] vhost: Only align sections for vhost-user, Michael S. Tsirkin, 2020/01/22
- [PULL 01/17] q35: implement 128K SMRAM at default SMBASE address, Michael S. Tsirkin, 2020/01/22
- [PULL 10/17] virtio-9p-device: fix memleak in virtio_9p_device_unrealize, Michael S. Tsirkin, 2020/01/22