qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [patch 0/2] QEMU maxcpus support


From: Jes Sorensen
Subject: [Qemu-devel] Re: [patch 0/2] QEMU maxcpus support
Date: Wed, 24 Jun 2009 09:16:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2

On 06/23/2009 05:47 PM, Avi Kivity wrote:
On 06/23/2009 06:07 PM, Jes Sorensen wrote:
DEF("smp", HAS_ARG, QEMU_OPTION_smp,
- "-smp n set the number of CPUs to 'n' [default=1]\n")
+ "-smp n,[maxcpus=cpus]\n"

-smp n[,maxcpus=cpus]

I don't follow you there, please elaborate.

+ if (*p++ != ',')
+ break;

Won't this misparse "-smp 17z"?

It will be parsed as -smp 17, which is consistent with how the rest of
the options are parsed in QEMU. I am not going to rewrite the whole
parser for you :)

Cheers,
Jes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]