aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-15target/i386: Remove MMU_MODE{0,1,2}_SUFFIXRichard Henderson1-3/+0
2020-01-15target/i386: Use cpu_*_mmuidx_ra instead of templatesRichard Henderson1-31/+31
2020-01-07target/i386: Add missed features to Cooperlake CPU modelXiaoyao Li1-1/+50
2020-01-07target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESXiaoyao Li1-5/+8
2020-01-07target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstubmkdolata@us.ibm.com1-2/+2
2020-01-07x86: Check for machine state object class before typecasting itMichal Privoznik1-0/+1
2020-01-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+7
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-2/+3
2019-12-19i386: Resolve CPU models to v1 by defaultEduardo Habkost1-1/+7
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+3
2019-12-18Fix some comment spelling errors.Cameron Esfahani1-4/+4
2019-12-18target/i386: remove unused pci-assign codesEiichi Tsukata2-160/+0
2019-12-18WHPX: refactor load librarySunil Muthuswamy2-27/+62
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini2-2/+2
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-2/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-2/+2
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-1/+1
2019-12-17qom: add object_new_with_classPaolo Bonzini1-4/+4
2019-12-13i386: Use g_autofree in a few placesEduardo Habkost1-28/+13
2019-12-13i386: Add new CPU model CooperlakeCathy Zhang1-0/+60
2019-12-13i386: Add macro for stibpCathy Zhang1-0/+2
2019-12-13i386: Add MSR feature bit for MDS-NOCathy Zhang1-0/+1
2019-12-06target/i386: disable VMX features if nested=0Yang Zhong1-0/+8
2019-12-03hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.Cameron Esfahani2-6/+12
2019-11-26hvf: more accurately match SDM when setting CR0 and PDPTE registersCameron Esfahani2-8/+18
2019-11-26hvf: correctly handle REX prefix in relation to legacy prefixesCameron Esfahani2-38/+46
2019-11-26hvf: remove TSC synchronization code because it isn't fully completeCameron Esfahani3-9/+1
2019-11-26hvf: non-RAM, non-ROMD memory ranges are now correctly mapped inCameron Esfahani1-15/+35
2019-11-26target/i386: add two missing VMX features for Skylake and CascadeLake ServerPaolo Bonzini1-2/+4