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

2012-12-04 Thread Eduardo Habkost
From: 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 --- target-i386/cpu.c | 8 +--- 1 file changed, 5 inser

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

2012-12-04 Thread Eduardo Habkost
On Tue, Dec 04, 2012 at 05:34:41PM -0200, Eduardo Habkost wrote: > From: 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-

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

2012-12-04 Thread Eduardo Habkost
From: 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 --- target-i386/cpu.c | 8 +--- 1 file changed, 5 inser