summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng2020-05-141-0/+2
* KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng2020-05-141-36/+0Star
* various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2020-04-291-9/+9
* gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdbPeter Xu2020-04-151-1/+1
* hax: Windows doesn't like posix device namesVolker Rümelin2020-04-141-2/+2
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-04-032-132/+77Star
|\
| * target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU modelXiaoyao Li2020-04-011-0/+13
| * target/i386: set the CPUID level to 0x14 on old machine-typeLuwei Kang2020-04-011-3/+8
| * i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger2020-04-012-2/+3
| * target/i386: Enable new apic id encoding for EPYC based cpus modelsBabu Moger2020-04-011-0/+2
| * i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinitionBabu Moger2020-04-012-0/+17
| * target/i386: Cleanup and use the EPYC mode topology functionsBabu Moger2020-04-011-127/+34Star
* | target/i386: do not set unsupported VMX secondary execution controlsVitaly Kuznetsov2020-04-021-15/+26
* | i386: hvf: Reset IRQ inhibition after moving RIPRoman Bolshakov2020-04-021-0/+3
|/
* linux-user/i386: Emulate x86_64 vsyscallsRichard Henderson2020-03-262-1/+20
* target/i386: Renumber EXCP_SYSCALLRichard Henderson2020-03-261-3/+2Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-193-24/+155
|\
| * hw/i386: Update structures to save the number of nodes per packageBabu Moger2020-03-182-0/+2
| * hw/i386: Consolidate topology functionsBabu Moger2020-03-181-12/+11Star
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-182-5/+5
| * i386: Add 2nd Generation AMD EPYC processorsMoger, Babu2020-03-182-1/+103
| * i386: Add missing cpu feature bits in EPYC modelMoger, Babu2020-03-181-4/+13
| * target/i386: Add new property note to versioned CPU modelsTao Xu2020-03-181-2/+9
| * target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu2020-03-181-0/+12
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2020-03-182-18/+13Star
|\ \ | |/ |/|
| * gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-172-2/+2
| * target/i386: use gdb_get_reg helpersAlex Bennée2020-03-171-16/+11Star
* | WHPX: Use proper synchronization primitives while processingSunil Muthuswamy2020-03-161-10/+7Star
* | i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco2020-03-162-62/+4Star
* | qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-161-97/+9Star
* | WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy2020-03-161-24/+18Star
* | WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy2020-03-162-9/+103
|/
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-254-14/+13Star
|\
| * Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
| * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
| * 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 cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-201-3/+3
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-203-3/+3
* | target/i386: check for empty register in FXAMPaolo Bonzini2020-02-251-1/+5
* | target/i386/whpx: Remove superfluous semicolonPhilippe Mathieu-Daudé2020-02-181-1/+1
|/
* target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini2020-02-121-0/+2
* target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini2020-02-121-2/+5
* target/i386: fix TCG UCODE_REV accessPaolo Bonzini2020-02-121-4/+4
* target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy2020-01-241-0/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé2020-01-241-1/+1
* target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini2020-01-242-0/+9
* target/i386: add a ucode-rev propertyPaolo Bonzini2020-01-244-3/+18
* target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini2020-01-242-33/+49