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

2024-10-07 Thread Igor Mammedov
On Thu, 3 Oct 2024 15:54:45 +0100 Peter Maydell wrote: > On Fri, 20 Sept 2024 at 11:45, Igor Mammedov wrote: > > > > On Thu, 19 Sep 2024 13:34:54 +0100 > > Peter Maydell wrote: > > > > > On Tue, 10 Sept 2024 at 10:38, Peter Maydell > > > wrote: > > > > > > > > On Tue, 10 Sept 2024 at 10:0

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

2024-10-03 Thread Peter Maydell
On Fri, 20 Sept 2024 at 11:45, Igor Mammedov wrote: > > On Thu, 19 Sep 2024 13:34:54 +0100 > Peter Maydell wrote: > > > On Tue, 10 Sept 2024 at 10:38, Peter Maydell > > wrote: > > > > > > On Tue, 10 Sept 2024 at 10:03, Igor Mammedov wrote: > > > > > > > > On Mon, 19 Aug 2024 15:43:03 +0100 > >

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

2024-09-20 Thread Igor Mammedov
On Thu, 19 Sep 2024 13:34:54 +0100 Peter Maydell wrote: > On Tue, 10 Sept 2024 at 10:38, Peter Maydell wrote: > > > > On Tue, 10 Sept 2024 at 10:03, Igor Mammedov wrote: > > > > > > On Mon, 19 Aug 2024 15:43:03 +0100 > > > Peter Maydell wrote: > > > > @@ -83,34 +83,32 @@ vCPU hotplug > > >

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

2024-09-19 Thread Peter Maydell
On Tue, 10 Sept 2024 at 10:38, Peter Maydell wrote: > > On Tue, 10 Sept 2024 at 10:03, Igor Mammedov wrote: > > > > On Mon, 19 Aug 2024 15:43:03 +0100 > > Peter Maydell wrote: > > > @@ -83,34 +83,32 @@ vCPU hotplug > > > > > >(QEMU) query-cpus-fast > > >{ > > > - "execut

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

2024-09-10 Thread Peter Maydell
On Tue, 10 Sept 2024 at 10:03, Igor Mammedov wrote: > > On Mon, 19 Aug 2024 15:43:03 +0100 > Peter Maydell wrote: > > > At some point the way we allocate socket-id and core-id to CPUs > > by default changed; update the example of how to do CPU hotplug > > and unplug so the example commands work a

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

2024-09-10 Thread Igor Mammedov
On Mon, 19 Aug 2024 15:43:03 +0100 Peter Maydell wrote: > At some point the way we allocate socket-id and core-id to CPUs > by default changed; update the example of how to do CPU hotplug > and unplug so the example commands work again. The differences > in the sample input and output are: > * t

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

2024-09-06 Thread Peter Maydell
On Mon, 19 Aug 2024 at 15:43, Peter Maydell wrote: > > At some point the way we allocate socket-id and core-id to CPUs > by default changed; update the example of how to do CPU hotplug > and unplug so the example commands work again. The differences > in the sample input and output are: > * the s

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

2024-08-19 Thread Peter Maydell
At some point the way we allocate socket-id and core-id to CPUs by default changed; update the example of how to do CPU hotplug and unplug so the example commands work again. The differences in the sample input and output are: * the second CPU is now socket-id=0 core-id=1, not socket-id=1 core-