Turn on CPU hot-(un)plug custom for loongarch in the configuration file Cc: Xiaojuan Yang <[email protected]> Cc: Song Gao <[email protected]> Cc: "Michael S. Tsirkin" <[email protected]> Cc: Igor Mammedov <[email protected]> Cc: Ani Sinha <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: Richard Henderson <[email protected]> Cc: Eduardo Habkost <[email protected]> Cc: Marcel Apfelbaum <[email protected]> Cc: "Philippe Mathieu-Daudé" <[email protected]> Cc: Yanan Wang <[email protected]> Cc: "Daniel P. Berrangé" <[email protected]> Cc: Peter Xu <[email protected]> Cc: David Hildenbrand <[email protected]> Signed-off-by: xianglai li <[email protected]> --- configs/devices/loongarch64-softmmu/default.mak | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/devices/loongarch64-softmmu/default.mak b/configs/devices/loongarch64-softmmu/default.mak index 928bc117ef..e596706fab 100644 --- a/configs/devices/loongarch64-softmmu/default.mak +++ b/configs/devices/loongarch64-softmmu/default.mak @@ -1,3 +1,4 @@ # Default configuration for loongarch64-softmmu CONFIG_LOONGARCH_VIRT=y +CONFIG_ACPI_CPU_HOTPLUG=y -- 2.39.1
