summaryrefslogtreecommitdiff
path: root/target/i386/hvf
AgeCommit message (Expand)Author
2019-12-03hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.Cameron Esfahani
2019-11-26hvf: more accurately match SDM when setting CR0 and PDPTE registersCameron Esfahani
2019-11-26hvf: correctly handle REX prefix in relation to legacy prefixesCameron Esfahani
2019-11-26hvf: remove TSC synchronization code because it isn't fully completeCameron Esfahani
2019-11-26hvf: non-RAM, non-ROMD memory ranges are now correctly mapped inCameron Esfahani
2019-10-15target/i386: drop the duplicated definition of cpuid AVX512_VBMI macroTao Xu
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-17hvf: Add missing break statementChen Zhang
2019-05-13Normalize header guard symbol definition.Markus Armbruster
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-02-05i386: hvf: Fix smp boot hangsHeiher
2019-02-05i386: hvf: Don't miss 16-bit displacementRoman Bolshakov
2019-02-05target-i386: hvf: remove MPX supportPaolo Bonzini
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2018-12-18i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov
2018-12-03i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov
2018-10-19i386: hvf: Remove hvf_disabledRoman Bolshakov
2018-10-19i386: hvf: Fix register refs if REX is presentRoman Bolshakov
2018-10-02hvf: drop unused variablePaolo Bonzini
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-03-27error: Strip trailing '\n' from error string arguments (again again)Laurent Vivier
2018-02-10Drop unneeded system header includesEric Blake
2018-02-09Clean up includesMarkus Armbruster
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-02-05hvf: ept_emulation_fault() needs NetApp BSD attributionPaolo Bonzini
2018-02-05Add missing hvdos public domain attribution:Izik Eidus
2018-01-16target-i386: update hflags on Hypervisor.frameworkPaolo Bonzini
2017-12-22i386: hvf: cleanup x86_gen.hPaolo Bonzini
2017-12-22i386: hvf: remove VM_PANIC from "in"Paolo Bonzini
2017-12-22i386: hvf: remove addr_tPaolo Bonzini
2017-12-22i386: hvf: simplify flag handlingPaolo Bonzini
2017-12-22i386: hvf: abort on decoding errorPaolo Bonzini
2017-12-22i386: hvf: remove ZERO_INIT macroPaolo Bonzini
2017-12-22i386: hvf: remove more dead emulator codePaolo Bonzini
2017-12-22i386: hvf: unify register enums between HVF and the restPaolo Bonzini
2017-12-22i386: hvf: header cleanupPaolo Bonzini
2017-12-22i386: hvf: move all hvf files in the same directoryPaolo Bonzini