Re: [PATCH v2] docs/system/cpu-hotplug: Update example's socket-id/core-id

2024-10-18 Thread Peter Maydell
On Thu, 10 Oct 2024 at 14:18, Peter Maydell 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 wha

[PATCH v2] docs/system/cpu-hotplug: Update example's socket-id/core-id

2024-10-10 Thread Peter Maydell
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 th