summaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2020-03-17hw/i386: Consolidate topology functionsBabu Moger
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu
2020-03-16WHPX: Use proper synchronization primitives while processingSunil Muthuswamy
2020-03-16i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-16WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy
2020-03-16WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-25target/i386: check for empty register in FXAMPaolo Bonzini
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-02-18target/i386/whpx: Remove superfluous semicolonPhilippe Mathieu-Daudé
2020-02-12target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini
2020-02-12target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini
2020-02-12target/i386: fix TCG UCODE_REV accessPaolo Bonzini
2020-01-24target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-24target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini
2020-01-24target/i386: add a ucode-rev propertyPaolo Bonzini
2020-01-24target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/i386: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson
2020-01-15target/i386: Use cpu_*_mmuidx_ra instead of templatesRichard Henderson
2020-01-07target/i386: Add missed features to Cooperlake CPU modelXiaoyao Li
2020-01-07target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESXiaoyao Li
2020-01-07target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstubmkdolata@us.ibm.com
2020-01-07x86: Check for machine state object class before typecasting itMichal Privoznik
2020-01-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell
2019-12-19i386: Resolve CPU models to v1 by defaultEduardo Habkost
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-12-18Fix some comment spelling errors.Cameron Esfahani
2019-12-18target/i386: remove unused pci-assign codesEiichi Tsukata
2019-12-18WHPX: refactor load librarySunil Muthuswamy
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17qom: add object_new_with_classPaolo Bonzini