]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Postpone cpuid_level update to realize time
authorIgor Mammedov <imammedo@redhat.com>
Mon, 22 Oct 2012 15:03:00 +0000 (17:03 +0200)
committerAndreas Färber <afaerber@suse.de>
Fri, 7 Dec 2012 18:03:04 +0000 (19:03 +0100)
commitb34d12d153e6e5c5e5e00eac510b054a94409deb
treed08e0e401396e3fa23f0708e6db2929008670001
parent9df694eeb8447ae5a302b4d40df9a8b91dfc61da
target-i386: Postpone cpuid_level update to realize time

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 <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c