qemu-e2k/target-i386
Avi Kivity 02b049df49 Fix x86 feature modifications for features that set multiple bits
QEMU allows adding or removing cpu features by using the syntax '-cpu +feature'
or '-cpu -feature'.  Some cpuid features cause more than one bit to be set or
cleared; but QEMU stops after just one bit has been modified, causing the
feature bits to be inconsistent.

Fix by allowing all feature bits corresponding to a given name to be set.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-05-08 15:42:52 -05:00
..
cpu.h
exec.h qemu: per-arch cpu_has_work (Marcelo Tosatti) 2009-04-24 18:03:20 +00:00
helper_template.h
helper.c Fix x86 feature modifications for features that set multiple bits 2009-05-08 15:42:52 -05:00
helper.h
kvm.c kvm: Add support for querying supported cpu features 2009-05-08 15:42:52 -05:00
machine.c
op_helper.c
ops_sse_header.h
ops_sse.h
svm.h
TODO
translate.c