diff options
Diffstat (limited to 'docs/cpu-hotplug.rst')
-rw-r--r-- | docs/cpu-hotplug.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpu-hotplug.rst b/docs/cpu-hotplug.rst index 1c268e00b4..cfeb79f571 100644 --- a/docs/cpu-hotplug.rst +++ b/docs/cpu-hotplug.rst @@ -137,6 +137,6 @@ From the 'qmp-shell', invoke the QMP ``device_del`` command:: vCPU hot-unplug requires guest cooperation; so the ``device_del`` command above does not guarantee vCPU removal -- it's a "request to unplug". At this point, the guest will get a System Control - Interupt (SCI) and calls the ACPI handler for the affected vCPU + Interrupt (SCI) and calls the ACPI handler for the affected vCPU device. Then the guest kernel will bring the vCPU offline and tell QEMU to unplug it. |