[kvm-devel] [PATCH 3/15] introduce cpu_set to qemu monitor

2008-02-26 Thread Glauber Costa
in this patch, cpu_set is introduced to qemu monitor semantics is : cpu_set x online|offline. it will then tell the acpi backend to signal cpu x. Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> --- qemu/hw/acpi.c |4 qemu/monitor.c | 16 qemu/sysemu.h |3 +++ 3

Re: [kvm-devel] [PATCH 3/15] introduce cpu_set to qemu monitor

2008-02-24 Thread Avi Kivity
Glauber Costa wrote: > in this patch, cpu_set is introduced to qemu monitor > > semantics is : cpu_set x online|offline. > > it will then tell the acpi backend to signal cpu x. > > > index e21ded0..18561e0 100644 > --- a/qemu/hw/acpi.c > +++ b/qemu/hw/acpi.c > @@ -533,3 +533,6 @@ void qemu_syst

[kvm-devel] [PATCH 3/15] introduce cpu_set to qemu monitor

2008-02-22 Thread Glauber Costa
in this patch, cpu_set is introduced to qemu monitor semantics is : cpu_set x online|offline. it will then tell the acpi backend to signal cpu x. Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> --- qemu/hw/acpi.c |3 +++ qemu/monitor.c | 16 qemu/sysemu.h |3 +++ 3