Re: [Qemu-devel] [PATCH v3 1/6] cpu: add suboptions support

2013-11-30 Thread Alexey Kardashevskiy
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

Re: [Qemu-devel] [PATCH v3 1/6] cpu: add suboptions support

2013-11-30 Thread Paolo Bonzini
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

Re: [Qemu-devel] [PATCH v3 1/6] cpu: add suboptions support

2013-11-30 Thread Alexey Kardashevskiy
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

[Qemu-devel] [PATCH v3 1/6] cpu: add suboptions support

2013-11-10 Thread Alexey Kardashevskiy
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 ++