Re: [Qemu-devel] [PATCH] target-i386: Postpone cpuid_level update to realize time

2012-12-07 Thread Andreas Färber
Am 07.12.2012 19:00, schrieb 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

[Qemu-devel] [PATCH] target-i386: Postpone cpuid_level update to realize time

2012-12-07 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 Reviewed-by: Eduardo Habkost Signed-off-by: Eduardo Habkost