Re: [Qemu-devel] [PATCH 14/37] target-i386: postpone cpuid_level update to realize time

2012-12-05 Thread Andreas Färber
Am 22.10.2012 17:03, schrieb Igor Mammedov: delay capping cpuid_level to 7 to realize time so property setters for cpuid_7_0_ebx_features and level could be used in any order/time between x86_cpu_initfn() and x86_cpu_realize(). Signed-off-by: Igor Mammedov imamm...@redhat.com Thanks,

[Qemu-devel] [PATCH 14/37] target-i386: postpone cpuid_level update to realize time

2012-10-22 Thread Igor Mammedov
delay capping cpuid_level to 7 to realize time so property setters for cpuid_7_0_ebx_features and level could be used in any order/time between x86_cpu_initfn() and x86_cpu_realize(). Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 7 --- 1 file changed, 4