]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Set constant model_id for qemu64/qemu32/athlon
authorEduardo Habkost <ehabkost@redhat.com>
Sat, 9 Apr 2016 19:44:20 +0000 (16:44 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 23 May 2016 22:47:32 +0000 (19:47 -0300)
commit9cf2cc3d8237732946720d78bf9aec0064026ed8
tree45dc575f151ee6bf03364b48073b7c4f0fa8a4c4
parentcd6c1b7057bc897675897f44d15277c3a6e7b118
target-i386: Set constant model_id for qemu64/qemu32/athlon

Newer PC machines don't set hw_version, and older machines set
model-id on compat_props explicitly, so we don't need the
x86_cpudef_setup() code that sets model_id using
qemu_hw_version() anymore.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c