On Tue, Mar 20, 2012 at 09:01:34AM +0100, Paolo Bonzini wrote:
> This introduces a new option group, but it is mostly trivial.
>
> Signed-off-by: Paolo Bonzini
> ---
> qemu-config.c | 31 +
> vl.c | 61 +
Il 13/04/2012 14:42, Takayuki Konishi ha scritto:
>> > -if (!max_cpus)
>> > +if (qemu_opts_foreach(qemu_find_opts("smp"), smp_init_func, NULL, 1)
>> > != 0) {
>> > +exit(1);
>> > +}
>> > +if (!max_cpus) {
>> > max_cpus = smp_cpus;
>> > -
>> > +}
> Isn't this 'i
This introduces a new option group, but it is mostly trivial.
Signed-off-by: Paolo Bonzini
---
qemu-config.c | 31 +
vl.c | 61 +---
2 files changed, 58 insertions(+), 34 deletions(-)
diff --git a/qemu-