Sign in
android-kvm
/
kvm-unit-tests
/
93a3ae40cc65a2298b70a6f29237ca45bf561e4c
/
x86
/
emulator.c
93a3ae4
x86: Do not assign values to unaligned pointer to 128 bits
by Jacob Xu
· 3 years, 10 months ago
622ad98
x86: Fix misspelled KVM parameter in error message
by Siddharth Chandrasekaran
· 3 years, 9 months ago
e5e7626
x86: add additional test cases for sse exceptions to emulator.c
by Jacob Xu
· 3 years, 11 months ago
8726f97
x86: add movups/movupd sse testcases to emulator.c
by Jacob Xu
· 3 years, 11 months ago
3ee1b91
x86: Add a new test case for ret/iret with a nullified segment
by Bin Meng
· 4 years, 3 months ago
2d331a4
x86: Replace instruction prefixes with spaces
by Roman Bolshakov
· 4 years, 6 months ago
31e68df
x86: always set up SMP
by Paolo Bonzini
· 4 years, 9 months ago
31eaca9
x86: emulator: use "SSE2" for the target
by Bill Wendling
· 5 years ago
a299895
Switch the order of the parameters in report() and report_xfail()
by Thomas Huth
· 5 years ago
2f39404
x86: emulator: use "q" operand modifier
by Bill Wendling
· 5 years ago
badc98c
kvm-unit-test: x86: Replace cpuid/cpuid_indexed calls with this_cpu_has()
by Krish Sadhukhan
· 6 years ago
db4898e
Mark many test functions as static
by Thomas Huth
· 7 years ago
7db17e2
Make remaining x86 code compilable with -Wstrict-prototypes
by Thomas Huth
· 7 years ago
45fdc22
x86: emulator: use forced emulation prefix
by Paolo Bonzini
· 7 years ago
a90f5a3
x86: prevent GCC from using sse* instructions
by Radim Krčmář
· 7 years ago
5aca024
lib: move page allocator here from x86
by Paolo Bonzini
· 7 years ago
efd8e5a
lib: start moving vmalloc to generic code
by Paolo Bonzini
· 7 years ago
32b9603
x86/*: report skipped tests
by Radim Krčmář
· 9 years ago
4425dba
x86: emulator: disable test_lldt
by Peter Feiner
· 9 years ago
c2aa612
x86: emulator: asm fixes
by Peter Feiner
· 9 years ago
a02f960
x86/emulator: Fix inline assembler warning
by Jan Kiszka
· 10 years ago
70bdcad
x86: Test illegal movbe
by Nadav Amit
· 10 years ago
1114708
x86: emulator: Fix h_mem usage in tests_smsw
by Chris J Arges
· 10 years ago
f413c1a
x86: Test jump to non-canonical address
by Nadav Amit
· 10 years ago
26311ca
x86: Test push word on 64-bit mode
by Nadav Amit
· 10 years ago
ce53c83
x86: emulator: correctly escape % in first argument of report
by Paolo Bonzini
· 11 years ago
b39a3e1
x86: Check DR6.RTM is writable
by Nadav Amit
· 11 years ago
3076217
x86: check cmov instruction on 64-bit
by Nadav Amit
· 11 years ago
7e083f2
x86: Test btcq with operand larger than 64
by Nadav Amit
· 11 years ago
ae39901
x86: Testing nop instruction on 64-bit
by Nadav Amit
· 11 years ago
313f4ef
x86: emulator: long mode smsw tests
by Nadav Amit
· 11 years ago
4003963
x86: emulator: additional smsw test-case
by Nadav Amit
· 11 years ago
488b6ff
emulator: correct format string
by Paolo Bonzini
· 11 years ago
f068a46
emulator: movapd
by Igor Mammedov
· 11 years ago
290ed5d
emulator: movaps
by Igor Mammedov
· 11 years ago
f3cdd15
Provide common report and report_summary services
by Jan Kiszka
· 11 years ago
56c6afa
emulator: Exclude test_lgdt_lidt from building
by Jan Kiszka
· 11 years ago
3af6fbb
kvm-unit-tests: Change two cases to use trap_emulator
by Arthur Chunqi Li
· 12 years ago
c5a2a73
kvm-unit-tests: Add a func to run instruction in emulator
by Arthur Chunqi Li
· 12 years ago
c2c43fc
emulator: add MUL tests
by Avi Kivity
· 12 years ago
6cff92d
emulator: simple ALU tests
by Avi Kivity
· 12 years ago
59033f4
emulator: test 64-bit mov with immediate operand
by Paolo Bonzini
· 12 years ago
a19c7db
emulator test: add "rep ins" mmio access test
by Xiao Guangrong
· 12 years ago
58a9d81
emulator: test ltr
by Avi Kivity
· 13 years ago
cb615a4
emulator: test lldt
by Avi Kivity
· 13 years ago
28f04f2
emulator: test enter
by Avi Kivity
· 13 years ago
fc2f880
emulator: check for mov null, %ss
by Avi Kivity
· 13 years ago
47c1461
emulator: test long-mode lidt/lgdt
by Avi Kivity
· 13 years ago
5269d6e
emulator: test leave
by Avi Kivity
· 13 years ago
ec278ce
emulator: test cross-page mmio
by Avi Kivity
· 13 years ago
d7143f3
emulator: test for MMX movq raising #MF if pending x87 exceptions exist
by Avi Kivity
· 13 years ago
3587082
emulator: test mmx movq
by Avi Kivity
· 13 years ago
554de46
emulator: fix bsf/bsr tests
by Avi Kivity
· 13 years ago
b212fcd
emulator: test shld, shrd
by Avi Kivity
· 13 years ago
8cfa5a0
emulator: test rip-relative insn with immediate operand
by Avi Kivity
· 14 years ago
d7f3ee3
emulator: test movdqu
by Avi Kivity
· 14 years ago
e7c3796
Rename idt.[ch] into desc.[ch]
by Gleb Natapov
· 14 years ago
f12d86b
Add DIV tests
by Avi Kivity
· 15 years ago
a526e20
Allow emulation tests to trap exceptions
by Avi Kivity
· 15 years ago
51d65a3
Add IMUL tests
by Avi Kivity
· 15 years ago
51ba418
Test for REPE/SCAS with ZF initially clear
by Avi Kivity
· 15 years ago
80a4ea7
Test non-repeated scas
by Avi Kivity
· 15 years ago
5647d55
Add test for xadd instruction
by Wei Yongjun
· 15 years ago
2e16c7f
Add test for bsf/bsr instruction
by Wei Yongjun
· 15 years ago
d4655ea
add test for btc instruction
by Wei Yongjun
· 15 years ago
7d36db3
Initial commit from qemu-kvm.git kvm/test/
by Avi Kivity
· 15 years ago