Failed in applying to current master (
apply log)
Makefile | 2 +-
accel/kvm/kvm-all.c | 27 +-
audio/audio.c | 19 ++
audio/audio.h | 1 +
hw/ppc/spapr_pci.c | 1 +
hw/smbios/smbios.c | 14 +-
qemu-options.hx | 10 +-
roms/qboot | 2 +-
scripts/coverity-scan/COMPONENTS.md | 5 +-
softmmu/vl.c | 9 +-
target/i386/ops_sse.h | 12 +-
target/i386/ops_sse_header.h | 2 +-
target/i386/tcg/excp_helper.c | 13 +
target/i386/tcg/helper-tcg.h | 28 +-
target/i386/tcg/sysemu/excp_helper.c | 8 +
target/i386/tcg/tcg-cpu.c | 2 +
target/i386/tcg/translate.c | 95 ++++--
target/i386/tcg/user/excp_helper.c | 7 +
tests/tcg/i386/Makefile.target | 24 +-
tests/tcg/i386/test-3dnow.c | 3 +
tests/tcg/i386/test-avx.py | 33 +-
tests/tcg/i386/test-i386.c | 573 --------------------------------
tests/tcg/i386/test-mmx.c | 315 ++++++++++++++++++
tests/tcg/i386/test-mmx.py | 244 ++++++++++++++
tests/tcg/i386/x86.csv | 4 +-
tests/tcg/x86_64/Makefile.target | 1 -
tests/unit/check-block-qdict.c | 2 +-
tests/unit/test-qga.c | 1 +
tests/unit/test-visitor-serialization.c | 157 ++++-----
29 files changed, 870 insertions(+), 744 deletions(-)
create mode 100644 tests/tcg/i386/test-3dnow.c
create mode 100644 tests/tcg/i386/test-mmx.c
create mode 100755 tests/tcg/i386/test-mmx.py