Re: [Qemu-devel] [PATCH 7/7] Implement cpu hot-add using device_add monitor command

2012-02-16 Thread Andreas Färber
Am 16.02.2012 10:33, schrieb Igor Mammedov: > On 02/16/2012 12:35 AM, Anthony Liguori wrote: >> On 02/15/2012 05:16 PM, Igor Mammedov wrote: >>> Adds ability to hot-add cpus if guest was started with options >>> -smp X,maxcpus=Y >>> where X< Y. >>> For simplicity sake this implementation doesn't al

Re: [Qemu-devel] [PATCH 7/7] Implement cpu hot-add using device_add monitor command

2012-02-16 Thread Jan Kiszka
On 2012-02-16 00:35, Anthony Liguori wrote: > On 02/15/2012 05:16 PM, Igor Mammedov wrote: >> Adds ability to hot-add cpus if guest was started with options >> -smp X,maxcpus=Y >> where X< Y. >> For simplicity sake this implementation doesn't allow to add specific >> cpu but rather it adds th

Re: [Qemu-devel] [PATCH 7/7] Implement cpu hot-add using device_add monitor command

2012-02-16 Thread Igor Mammedov
On 02/16/2012 12:35 AM, Anthony Liguori wrote: On 02/15/2012 05:16 PM, Igor Mammedov wrote: Adds ability to hot-add cpus if guest was started with options -smp X,maxcpus=Y where X< Y. For simplicity sake this implementation doesn't allow to add specific cpu but rather it adds the next not yet pl

[Qemu-devel] [PATCH 7/7] Implement cpu hot-add using device_add monitor command

2012-02-15 Thread Igor Mammedov
Adds ability to hot-add cpus if guest was started with options -smp X,maxcpus=Y where X < Y. For simplicity sake this implementation doesn't allow to add specific cpu but rather it adds the next not yet plugged cpu. For adding cpu just execute following command in monitor: device_add cpu-p

Re: [Qemu-devel] [PATCH 7/7] Implement cpu hot-add using device_add monitor command

2012-02-15 Thread Anthony Liguori
On 02/15/2012 05:16 PM, Igor Mammedov wrote: Adds ability to hot-add cpus if guest was started with options -smp X,maxcpus=Y where X< Y. For simplicity sake this implementation doesn't allow to add specific cpu but rather it adds the next not yet plugged cpu. For adding cpu just execute fo