| Commit message (Expand) | Author | Age | Files | Lines |
* | hvf: Fetch cr4 before evaluating CPUID(1) | Alexander Graf | 2021-02-16 | 1 | -0/+4 |
* | target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT | Vladislav Yaroshchuk | 2021-02-16 | 1 | -0/+5 |
* | hvf: x86: Remove unused definitions | Alexander Graf | 2021-02-16 | 1 | -16/+0 |
* | target/i386/hvf: add vmware-cpuid-freq cpu feature | Vladislav Yaroshchuk | 2021-02-16 | 1 | -1/+95 |
* | hvf: Guard xgetbv call | Hill Ma | 2021-02-16 | 1 | -12/+22 |
* | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 2021-02-05 | 5 | -13/+25 |
* | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 2021-02-05 | 3 | -3/+3 |
* | hvf: Fix segment selector format | Jessica Clarke | 2020-11-18 | 1 | -4/+4 |
* | hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSET | Jessica Clarke | 2020-11-18 | 1 | -0/+4 |
* | x86 hvf cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 17 | -18/+18 |
* | hvf: remove hvf specific functions from global includes | Claudio Fontana | 2020-10-05 | 3 | -1/+10 |
* | cpus: add handle_interrupt to the CpusAccel interface | Claudio Fontana | 2020-10-05 | 1 | -9/+0 |
* | cpus: extract out hvf-specific code to target/i386/hvf/ | Claudio Fontana | 2020-10-05 | 4 | -0/+152 |
* | hvf: Move HVFState typedef to hvf.h | Eduardo Habkost | 2020-08-27 | 1 | -2/+2 |
* | meson: target | Paolo Bonzini | 2020-08-21 | 2 | -2/+12 |
* | i386: hvf: Explicitly set CR4 guest/host mask | Roman Bolshakov | 2020-07-16 | 1 | -0/+1 |
* | i386: hvf: Clean up synchronize functions | Roman Bolshakov | 2020-07-11 | 1 | -20/+16 |
* | i386: hvf: Don't duplicate register reset | Roman Bolshakov | 2020-07-11 | 1 | -89/+0 |
* | i386: hvf: Move Guest LMA reset to macvm_set_cr0() | Roman Bolshakov | 2020-07-11 | 2 | -1/+4 |
* | i386: hvf: Make long mode enter and exit clearer | Cameron Esfahani | 2020-07-11 | 1 | -5/+7 |
* | i386: hvf: Add hvf_cpu_synchronize_pre_loadvm() | Roman Bolshakov | 2020-07-11 | 1 | -0/+11 |
* | i386: hvf: Set env->eip in macvm_set_rip() | Roman Bolshakov | 2020-07-11 | 1 | -0/+1 |
* | i386: hvf: Drop HVFX86EmulatorState | Roman Bolshakov | 2020-06-12 | 2 | -5/+0 |
* | i386: hvf: Move mmio_buf into CPUX86State | Roman Bolshakov | 2020-06-12 | 3 | -7/+11 |
* | i386: hvf: Move lazy_flags into CPUX86State | Roman Bolshakov | 2020-06-12 | 2 | -35/+28 |
* | i386: hvf: Drop regs in HVFX86EmulatorState | Roman Bolshakov | 2020-06-12 | 2 | -15/+16 |
* | i386: hvf: Drop copy of RFLAGS defines | Roman Bolshakov | 2020-06-12 | 4 | -31/+9 |
* | i386: hvf: Drop rflags from HVFX86EmulatorState | Roman Bolshakov | 2020-06-12 | 7 | -67/+24 |
* | i386: hvf: Drop fetch_rip from HVFX86EmulatorState | Roman Bolshakov | 2020-06-12 | 3 | -9/+1 |
* | i386: hvf: Use IP from CPUX86State | Roman Bolshakov | 2020-06-12 | 5 | -54/+51 |
* | i386: hvf: Use ins_len to advance IP | Roman Bolshakov | 2020-06-12 | 1 | -1/+1 |
* | i386: hvf: Drop unused variable | Roman Bolshakov | 2020-06-12 | 1 | -1/+0 |
* | i386: hvf: Drop useless declarations in sysemu | Roman Bolshakov | 2020-06-12 | 1 | -3/+4 |
* | i386: hvf: Move HVFState definition into hvf | Roman Bolshakov | 2020-06-12 | 1 | -0/+35 |
* | i386: Remove unused define's from hax and hvf | Julio Faracco | 2020-06-10 | 1 | -2/+0 |
* | i386: hvf: Reset IRQ inhibition after moving RIP | Roman Bolshakov | 2020-04-02 | 1 | -0/+3 |
* | Avoid address_space_rw() with a constant is_write argument | Peter Maydell | 2020-02-20 | 2 | -10/+9 |
* | Let address_space_rw() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 2 | -5/+5 |
* | Remove unnecessary cast when using the address_space API | Philippe Mathieu-Daudé | 2020-02-20 | 2 | -2/+2 |
* | target/i386: add a ucode-rev property | Paolo Bonzini | 2020-01-24 | 1 | -3/+1 |
* | hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR. | Cameron Esfahani | 2019-12-03 | 2 | -6/+12 |
* | hvf: more accurately match SDM when setting CR0 and PDPTE registers | Cameron Esfahani | 2019-11-26 | 2 | -8/+18 |
* | hvf: correctly handle REX prefix in relation to legacy prefixes | Cameron Esfahani | 2019-11-26 | 2 | -38/+46 |
* | hvf: remove TSC synchronization code because it isn't fully complete | Cameron Esfahani | 2019-11-26 | 3 | -9/+1 |
* | hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in | Cameron Esfahani | 2019-11-26 | 1 | -15/+35 |
* | target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro | Tao Xu | 2019-10-15 | 1 | -1/+1 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+2 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/boards.h a bit less | Markus Armbruster | 2019-08-16 | 2 | -2/+0 |
* | target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD | Liran Alon | 2019-06-21 | 2 | -5/+9 |