mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 23:52:14 -06:00
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>
This commit is contained in:
parent
1c1d43bf01
commit
5b8e5363fa
1 changed files with 1 additions and 2 deletions
|
@ -90,8 +90,7 @@ write access:
|
||||||
other values: reserved
|
other values: reserved
|
||||||
[0x6-0x7] reserved
|
[0x6-0x7] reserved
|
||||||
[0x8] Command data: (DWORD access)
|
[0x8] Command data: (DWORD access)
|
||||||
current 'Command field' value:
|
if last stored 'Command field' value:
|
||||||
0: OSPM reads value of CPU selector
|
|
||||||
1: stores value into OST event register
|
1: stores value into OST event register
|
||||||
2: stores value into OST status register, triggers
|
2: stores value into OST status register, triggers
|
||||||
ACPI_DEVICE_OST QMP event from QEMU to external applications
|
ACPI_DEVICE_OST QMP event from QEMU to external applications
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue