summaryrefslogtreecommitdiffstats
path: root/target/i386/hvf
Commit message (Expand)AuthorAgeFilesLines
* hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf2021-02-161-0/+4
* target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2021-02-161-0/+5
* hvf: x86: Remove unused definitionsAlexander Graf2021-02-161-16/+0Star
* target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk2021-02-161-1/+95
* hvf: Guard xgetbv callHill Ma2021-02-161-12/+22
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-055-13/+25
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-053-3/+3
* hvf: Fix segment selector formatJessica Clarke2020-11-181-4/+4
* hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSETJessica Clarke2020-11-181-0/+4
* x86 hvf cpus: Fix Lesser GPL version numberChetan Pant2020-11-1517-18/+18
* 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