[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH V8 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug E
From: |
Salil Mehta |
Subject: |
[PATCH V8 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit |
Date: |
Tue, 12 Mar 2024 02:00:00 +0000 |
GED interface is used by many hotplug events like memory hotplug, NVDIMM hotplug
and non-hotplug events like system power down event. Each of these can be
selected using a bit in the 32 bit GED IO interface. A bit has been reserved for
the CPU hotplug event.
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Reviewed-by: Gavin Shan <gshan@redhat.com>
---
docs/specs/acpi_hw_reduced_hotplug.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/specs/acpi_hw_reduced_hotplug.rst
b/docs/specs/acpi_hw_reduced_hotplug.rst
index 0bd3f9399f..3acd6fcd8b 100644
--- a/docs/specs/acpi_hw_reduced_hotplug.rst
+++ b/docs/specs/acpi_hw_reduced_hotplug.rst
@@ -64,7 +64,8 @@ GED IO interface (4 byte access)
0: Memory hotplug event
1: System power down event
2: NVDIMM hotplug event
- 3-31: Reserved
+ 3: CPU hotplug event
+ 4-31: Reserved
**write_access:**
--
2.34.1
- [PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug, Salil Mehta, 2024/03/11
- [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code, Salil Mehta, 2024/03/11
- [PATCH V8 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file, Salil Mehta, 2024/03/11
- [PATCH V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug, Salil Mehta, 2024/03/11
- [PATCH V8 4/8] hw/acpi: Update GED _EVT method AML with CPU scan, Salil Mehta, 2024/03/11
- [PATCH V8 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change, Salil Mehta, 2024/03/11
- [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace, Salil Mehta, 2024/03/11
- [PATCH V8 7/8] gdbstub: Add helper function to unregister GDB register space, Salil Mehta, 2024/03/11
- [PATCH V8 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit,
Salil Mehta <=
- Re: [PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug, Michael S. Tsirkin, 2024/03/12