aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)Author
2016-05-19apic: move target-dependent definitions to cpu.hPaolo Bonzini
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong
2016-03-11ich9lpc: fix typoCao jin
2016-03-11i386: expose floppy drive CMOS typeRoman Kagan
2016-03-08pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost
2016-02-23include: Clean up includesPeter Maydell
2016-02-06intel_iommu: large page supportJason Wang
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost
2016-02-06pc: Move PcGuestInfo declaration to top of fileEduardo Habkost
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang
2016-01-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160111' into...Peter Maydell
2016-01-11Move SET_MACHINE_COMPAT macro to boards.hDavid Gibson
2016-01-09i386/pc: expose identifying the floppy controllerRoman Kagan
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong
2015-12-22pc: Change indentation of PC_COMPAT_* to 4 spacesEduardo Habkost
2015-12-22pc: Add pc-*-2.6 machine classesEduardo Habkost
2015-12-22pc: Group and document related PCMachineState/PCMachineclass fieldsEduardo Habkost
2015-12-22hw/i386: extend pxb query for all PC machinesMarcel Apfelbaum
2015-12-22pc: Remove enforce-aligned-dimm QOM propertyEduardo Habkost
2015-12-22pc: Move enforce_aligned_dimm to PCMachineClassEduardo Habkost
2015-12-22pc: Move acpi_data_size global to PCMachineClassEduardo Habkost
2015-12-22pc: Move legacy_acpi_table_size global to PCMachineClassEduardo Habkost
2015-12-22pc: Move compat boolean globals to PCMachineClassEduardo Habkost
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-11-17target-i386: Disable rdtscp on Opteron_G* CPU modelsEduardo Habkost
2015-11-05target-i386: Remove POPCNT from qemu64 and qemu32 CPU modelsEduardo Habkost
2015-11-05target-i386: Remove ABM from qemu64 CPU modelEduardo Habkost
2015-11-05target-i386: Remove SSE4a from qemu64 CPU modelEduardo Habkost
2015-11-05target-i386: Set "check=off" by default on pc-*-2.4 and olderEduardo Habkost
2015-10-29Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin
2015-10-23target-i386: Disable cache info passthrough by defaultEduardo Habkost
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua
2015-10-18intel_iommu: Add support for translation for devices behind bridgesKnut Omang
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan
2015-10-02target-i386: add ABM to Haswell* and Broadwell* CPU modelsPaolo Bonzini
2015-10-02cpu: Introduce X86CPUTopoInfo structure for argument simplificationChen Fan