aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf
AgeCommit message (Expand)AuthorFilesLines
2019-10-15target/i386: drop the duplicated definition of cpuid AVX512_VBMI macroTao Xu1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster2-2/+0
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon2-5/+9
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2-38/+44
2019-05-17hvf: Add missing break statementChen Zhang1-0/+1
2019-05-13Normalize header guard symbol definition.Markus Armbruster3-3/+3
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster5-12/+15
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+4
2019-02-05i386: hvf: Fix smp boot hangsHeiher1-5/+0
2019-02-05i386: hvf: Don't miss 16-bit displacementRoman Bolshakov1-1/+1
2019-02-05target-i386: hvf: remove MPX supportPaolo Bonzini1-17/+1
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth1-3/+3
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: Remove hvf_disabledRoman Bolshakov1-8/+1
2018-10-19i386: hvf: Fix register refs if REX is presentRoman Bolshakov2-31/+42
2018-10-02hvf: drop unused variablePaolo Bonzini1-1/+0
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon3-4/+4
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-03-27error: Strip trailing '\n' from error string arguments (again again)Laurent Vivier1-12/+12
2018-02-10Drop unneeded system header includesEric Blake1-1/+0
2018-02-09Clean up includesMarkus Armbruster2-4/+0
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster4-7/+2
2018-02-05hvf: ept_emulation_fault() needs NetApp BSD attributionPaolo Bonzini1-0/+24
2018-02-05Add missing hvdos public domain attribution:Izik Eidus2-0/+6
2018-01-16target-i386: update hflags on Hypervisor.frameworkPaolo Bonzini1-1/+1
2017-12-22i386: hvf: cleanup x86_gen.hPaolo Bonzini9-9/+7
2017-12-22i386: hvf: remove VM_PANIC from "in"Paolo Bonzini1-1/+1
2017-12-22i386: hvf: remove addr_tPaolo Bonzini12-101/+101
2017-12-22i386: hvf: simplify flag handlingPaolo Bonzini3-357/+144
2017-12-22i386: hvf: abort on decoding errorPaolo Bonzini2-7/+5
2017-12-22i386: hvf: remove ZERO_INIT macroPaolo Bonzini3-6/+4
2017-12-22i386: hvf: remove more dead emulator codePaolo Bonzini8-60/+21
2017-12-22i386: hvf: unify register enums between HVF and the restPaolo Bonzini10-247/+188
2017-12-22i386: hvf: header cleanupPaolo Bonzini9-20/+17
2017-12-22i386: hvf: move all hvf files in the same directoryPaolo Bonzini24-0/+8376