]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Sanitize AMD's ext2_features at realize time
authorIgor Mammedov <imammedo@redhat.com>
Fri, 28 Dec 2012 20:01:17 +0000 (21:01 +0100)
committerAndreas Färber <afaerber@suse.de>
Tue, 8 Jan 2013 20:03:44 +0000 (21:03 +0100)
commit9b15cd9e7a1ab0827f4d01c4be77eb41f195073f
tree57628e7183d2e77658d3962468f1dcc34bdfc728
parent4586f157757acc5c8edcc954289c7aa51661235c
target-i386: Sanitize AMD's ext2_features at realize time

When CPU properties are implemented, ext2_features may change
between object_new(CPU) and cpu_realize_fn(). Sanitizing
ext2_features for AMD based CPU at realize() time will keep
current behavior after CPU features are converted to properties.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c