summaryrefslogtreecommitdiffstats
path: root/target/i386/hvf
Commit message (Expand)AuthorAgeFilesLines
* hvf: remove hvf specific functions from global includesClaudio Fontana2020-10-053-1/+10
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-9/+0Star
* cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana2020-10-054-0/+152
* hvf: Move HVFState typedef to hvf.hEduardo Habkost2020-08-271-2/+2
* meson: targetPaolo Bonzini2020-08-212-2/+12
* i386: hvf: Explicitly set CR4 guest/host maskRoman Bolshakov2020-07-161-0/+1
* i386: hvf: Clean up synchronize functionsRoman Bolshakov2020-07-111-20/+16Star
* i386: hvf: Don't duplicate register resetRoman Bolshakov2020-07-111-89/+0Star
* i386: hvf: Move Guest LMA reset to macvm_set_cr0()Roman Bolshakov2020-07-112-1/+4
* i386: hvf: Make long mode enter and exit clearerCameron Esfahani2020-07-111-5/+7
* i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()Roman Bolshakov2020-07-111-0/+11
* i386: hvf: Set env->eip in macvm_set_rip()Roman Bolshakov2020-07-111-0/+1
* i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov2020-06-122-5/+0Star
* i386: hvf: Move mmio_buf into CPUX86StateRoman Bolshakov2020-06-123-7/+11
* i386: hvf: Move lazy_flags into CPUX86StateRoman Bolshakov2020-06-122-35/+28Star
* i386: hvf: Drop regs in HVFX86EmulatorStateRoman Bolshakov2020-06-122-15/+16
* i386: hvf: Drop copy of RFLAGS definesRoman Bolshakov2020-06-124-31/+9Star
* i386: hvf: Drop rflags from HVFX86EmulatorStateRoman Bolshakov2020-06-127-67/+24Star
* 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