aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/x86_decode.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-08i386/hvf: Fixes some compilation warningsPhil Dennis-Jordan1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2020-11-15x86 hvf cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-06-12i386: hvf: Drop copy of RFLAGS definesRoman Bolshakov1-9/+7
2020-06-12i386: hvf: Drop fetch_rip from HVFX86EmulatorStateRoman Bolshakov1-2/+1
2020-06-12i386: hvf: Use IP from CPUX86StateRoman Bolshakov1-3/+3
2019-11-26hvf: correctly handle REX prefix in relation to legacy prefixesCameron Esfahani1-28/+36
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-11/+11
2019-02-05i386: hvf: Don't miss 16-bit displacementRoman Bolshakov1-1/+1
2018-12-18i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov1-2/+0
2018-12-03i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov1-3/+3
2018-10-19i386: hvf: Fix register refs if REX is presentRoman Bolshakov1-29/+38
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+0
2017-12-22i386: hvf: cleanup x86_gen.hPaolo Bonzini1-1/+1
2017-12-22i386: hvf: remove addr_tPaolo Bonzini1-19/+19
2017-12-22i386: hvf: remove ZERO_INIT macroPaolo Bonzini1-2/+1
2017-12-22i386: hvf: remove more dead emulator codePaolo Bonzini1-11/+11
2017-12-22i386: hvf: unify register enums between HVF and the restPaolo Bonzini1-40/+40
2017-12-22i386: hvf: header cleanupPaolo Bonzini1-0/+1
2017-12-22i386: hvf: move all hvf files in the same directoryPaolo Bonzini1-0/+2186