On Thu, 20 Jul 2023 15:15:13 +0800 xianglai li <[email protected]> wrote:
> 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 this likely shall be part of prior patch (one that starts to use generic cpu hotplug functions) otherwise you risk a broke bisection in the middle of series (aka try to build series after applying each patch)
