summaryrefslogtreecommitdiffstats
path: root/target/i386/hvf
Commit message (Expand)AuthorAgeFilesLines
...
* i386: hvf: Drop fetch_rip from HVFX86EmulatorStateRoman Bolshakov2020-06-123-9/+1Star
* i386: hvf: Use IP from CPUX86StateRoman Bolshakov2020-06-125-54/+51Star
* i386: hvf: Use ins_len to advance IPRoman Bolshakov2020-06-121-1/+1
* i386: hvf: Drop unused variableRoman Bolshakov2020-06-121-1/+0Star
* i386: hvf: Drop useless declarations in sysemuRoman Bolshakov2020-06-121-3/+4
* i386: hvf: Move HVFState definition into hvfRoman Bolshakov2020-06-121-0/+35
* i386: Remove unused define's from hax and hvfJulio Faracco2020-06-101-2/+0Star
* i386: hvf: Reset IRQ inhibition after moving RIPRoman Bolshakov2020-04-021-0/+3
* Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-202-10/+9Star
* Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-202-5/+5
* Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-202-2/+2
* target/i386: add a ucode-rev propertyPaolo Bonzini2020-01-241-3/+1Star
* hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.Cameron Esfahani2019-12-032-6/+12
* hvf: more accurately match SDM when setting CR0 and PDPTE registersCameron Esfahani2019-11-262-8/+18
* hvf: correctly handle REX prefix in relation to legacy prefixesCameron Esfahani2019-11-262-38/+46
* hvf: remove TSC synchronization code because it isn't fully completeCameron Esfahani2019-11-263-9/+1Star
* hvf: non-RAM, non-ROMD memory ranges are now correctly mapped inCameron Esfahani2019-11-261-15/+35
* target/i386: drop the duplicated definition of cpuid AVX512_VBMI macroTao Xu2019-10-151-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+2
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-162-2/+0Star
* target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon2019-06-212-5/+9
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-102-38/+44
* hvf: Add missing break statementChen Zhang2019-05-171-0/+1
* Normalize header guard symbol definition.Markus Armbruster2019-05-133-3/+3
* Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-135-12/+15
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-2/+4
* i386: hvf: Fix smp boot hangsHeiher2019-02-051-5/+0Star
* i386: hvf: Don't miss 16-bit displacementRoman Bolshakov2019-02-051-1/+1
* target-i386: hvf: remove MPX supportPaolo Bonzini2019-02-051-17/+1Star
* Don't talk about the LGPL if the file is licensed under the GPLThomas Huth2019-01-301-3/+3
* i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov2018-12-181-2/+0Star
* i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov2018-12-031-3/+3
* i386: hvf: Remove hvf_disabledRoman Bolshakov2018-10-191-8/+1Star
* i386: hvf: Fix register refs if REX is presentRoman Bolshakov2018-10-192-31/+42
* hvf: drop unused variablePaolo Bonzini2018-10-021-1/+0Star
* i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon2018-10-023-4/+4
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
* target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-312-2/+0Star
* target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
* error: Strip trailing '\n' from error string arguments (again again)Laurent Vivier2018-03-271-12/+12
* Drop unneeded system header includesEric Blake2018-02-101-1/+0Star
* Clean up includesMarkus Armbruster2018-02-092-4/+0Star
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-094-7/+2Star
* hvf: ept_emulation_fault() needs NetApp BSD attributionPaolo Bonzini2018-02-051-0/+24
* Add missing hvdos public domain attribution:Izik Eidus2018-02-052-0/+6
* target-i386: update hflags on Hypervisor.frameworkPaolo Bonzini2018-01-161-1/+1
* i386: hvf: cleanup x86_gen.hPaolo Bonzini2017-12-229-9/+7Star
* i386: hvf: remove VM_PANIC from "in"Paolo Bonzini2017-12-221-1/+1
* i386: hvf: remove addr_tPaolo Bonzini2017-12-2212-101/+101