Re: [Qemu-devel] [PATCH 3/4] add cpu-model option to -machine

2013-04-30 Thread Eduardo Habkost
On Tue, Apr 30, 2013 at 08:34:02AM +0200, Igor Mammedov wrote: > Provides globally accessible cpu-model via machine opts. > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost It looks like most data on QEMUMachineInitArgs is already present on machine_opts. Maybe we could add machine_

[Qemu-devel] [PATCH 3/4] add cpu-model option to -machine

2013-04-29 Thread Igor Mammedov
Provides globally accessible cpu-model via machine opts. Signed-off-by: Igor Mammedov --- Note: - it will be used in cpu-add hook on tartget-i386. --- vl.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vl.c b/vl.c index 1e7d474..37a0f81 100644 --- a/vl.c +++ b