On Thu, 10 Oct 2024 at 14:18, Peter Maydell <[email protected]> wrote: > > The example of how to do vCPU hotplug and hot-unlpug in the > cpu-hotplug documentation no longer works, because the way we > allocate socket-id and core-id to CPUs by default has changed at some > point. The output also no longer matches what current QEMU produces > in some more cosmetic ways. > > Update the example to match current QEMU. The differences are: > * the second CPU is now socket-id=0 core-id=1, > not socket-id=1 core-id=0 > * the order of fields in QMP responses is now in alphabetical order > * the "arch" member is no longer present in the query-cpus-fast > output (it was removed in QEMU 6.0) > > Signed-off-by: Peter Maydell <[email protected]> > Acked-by: Igor Mammedov <[email protected]> > Message-id: [email protected]
I'll take this via target-arm.next unless there are any objections. thanks -- PMM
