Re: [Qemu-devel] [PATCH RFC 1/2] Parse the cpu entitlement from the qemu commandline.

2012-08-25 Thread Blue Swirl
On Thu, Aug 23, 2012 at 11:15 PM, Michael Wolf wrote: > The cpu entitlement value will be passed to qemu as part of the cpu > parameters. > Add cpu_parse to read this value from the commandline. > > Signed-off-by: Michael Wolf > --- > qemu-options.hx |7 +-- > vl.c| 23 +++

[Qemu-devel] [PATCH RFC 1/2] Parse the cpu entitlement from the qemu commandline.

2012-08-23 Thread Michael Wolf
The cpu entitlement value will be passed to qemu as part of the cpu parameters. Add cpu_parse to read this value from the commandline. Signed-off-by: Michael Wolf --- qemu-options.hx |7 +-- vl.c| 23 ++- 2 files changed, 27 insertions(+), 3 deletions(-)