On Thu, 21 Mar 2013 20:46:57 -0600
Eric Blake <[email protected]> wrote:
> On 03/21/2013 08:28 AM, Igor Mammedov wrote:
> > ... via do_cpu_hot_add() hook called by cpu_set QMP command,
> > for x86 target.
> >
> > * add extra check that APIC ID is in allowed range
>
> > + if (x86_cpu_is_cpu_exist(qdev_get_machine(), &apic_id)) {
> > + error_setg(errp, "Unable to add CPU with ID: 0x%" PRIx64
> > + ", it's already exists", apic_id);
>
> s/it's/it/
>
fixed on WIP branch:
https://github.com/imammedo/qemu/tree/cpu_set.WIP
Thanks!