On 11/30/2013 10:00 PM, Paolo Bonzini wrote:
> Il 30/11/2013 11:10, Alexey Kardashevskiy ha scritto:
>> btw there is a problem - all this qemu_opt stuff normally lives in vl.c so
>> this patch does not compile with linux-user target.
>
> Which qemu_opt exactly?
>
> Perhaps you can just move it to
Il 30/11/2013 11:10, Alexey Kardashevskiy ha scritto:
> btw there is a problem - all this qemu_opt stuff normally lives in vl.c so
> this patch does not compile with linux-user target.
Which qemu_opt exactly?
Perhaps you can just move it to util/qemu-option.c or something like that.
Paolo
> How
On 11/11/2013 06:44 PM, Alexey Kardashevskiy wrote:
> This adds suboptions support for -cpu.
>
> Cc: Andreas Färber
> Signed-off-by: Alexey Kardashevskiy
> ---
> include/qom/cpu.h | 29 +
> include/sysemu/sysemu.h | 1 +
> qom/cpu.c | 27
This adds suboptions support for -cpu.
Cc: Andreas Färber
Signed-off-by: Alexey Kardashevskiy
---
include/qom/cpu.h | 29 +
include/sysemu/sysemu.h | 1 +
qom/cpu.c | 27 +++
vl.c| 42 ++