aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé1-9/+9
2020-04-15gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdbPeter Xu1-1/+1
2020-04-14hax: Windows doesn't like posix device namesVolker Rümelin1-2/+2
2020-04-03Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-132/+77
2020-04-02target/i386: do not set unsupported VMX secondary execution controlsVitaly Kuznetsov1-15/+26
2020-04-02i386: hvf: Reset IRQ inhibition after moving RIPRoman Bolshakov1-0/+3
2020-03-31target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU modelXiaoyao Li1-0/+13
2020-03-31target/i386: set the CPUID level to 0x14 on old machine-typeLuwei Kang1-3/+8
2020-03-31i386: Fix pkg_id offset for EPYC cpu modelsBabu Moger2-2/+3
2020-03-31target/i386: Enable new apic id encoding for EPYC based cpus modelsBabu Moger1-0/+2
2020-03-31i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinitionBabu Moger2-0/+17
2020-03-31target/i386: Cleanup and use the EPYC mode topology functionsBabu Moger1-127/+34
2020-03-26linux-user/i386: Emulate x86_64 vsyscallsRichard Henderson2-1/+20
2020-03-26target/i386: Renumber EXCP_SYSCALLRichard Henderson1-3/+2
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell3-24/+155
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2-18/+13
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger2-0/+2
2020-03-17hw/i386: Consolidate topology functionsBabu Moger1-12/+11
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2-5/+5
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu2-1/+103
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu1-4/+13
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu1-2/+9
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu1-0/+12
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée2-2/+2
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée1-16/+11
2020-03-16WHPX: Use proper synchronization primitives while processingSunil Muthuswamy1-10/+7
2020-03-16i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco2-62/+4
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-97/+9
2020-03-16WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy1-24/+18
2020-03-16WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy2-9/+103
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini4-14/+13
2020-02-25target/i386: check for empty register in FXAMPaolo Bonzini1-1/+5
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell2-10/+9
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2-5/+5
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé1-3/+3
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé3-3/+3
2020-02-18target/i386/whpx: Remove superfluous semicolonPhilippe Mathieu-Daudé1-1/+1
2020-02-12target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini1-0/+2
2020-02-12target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini1-2/+5
2020-02-12target/i386: fix TCG UCODE_REV accessPaolo Bonzini1-4/+4
2020-01-24target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy1-0/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé1-1/+1
2020-01-24target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini2-0/+9
2020-01-24target/i386: add a ucode-rev propertyPaolo Bonzini4-3/+18
2020-01-24target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini2-33/+49
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz1-2/+1
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2-2/+2