summaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2015-11-17target-i386: Disable rdtscp on Opteron_G* CPU modelsEduardo Habkost1-0/+17
2015-11-05target-i386: Remove POPCNT from qemu64 and qemu32 CPU modelsEduardo Habkost1-0/+10
2015-11-05target-i386: Remove ABM from qemu64 CPU modelEduardo Habkost1-0/+5
2015-11-05target-i386: Remove SSE4a from qemu64 CPU modelEduardo Habkost1-0/+5
2015-11-05target-i386: Set "check=off" by default on pc-*-2.4 and olderEduardo Habkost1-0/+5
2015-10-29Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin1-1/+0
2015-10-23target-i386: Disable cache info passthrough by defaultEduardo Habkost1-0/+5
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua1-1/+1
2015-10-18intel_iommu: Add support for translation for devices behind bridgesKnut Omang1-2/+14
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan2-4/+5
2015-10-02target-i386: add ABM to Haswell* and Broadwell* CPU modelsPaolo Bonzini1-1/+21
2015-10-02cpu: Introduce X86CPUTopoInfo structure for argument simplificationChen Fan1-16/+17
2015-10-02pc: memhp: force gaps between DIMM's GPAIgor Mammedov1-0/+1
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-11/+97
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin1-0/+1
2015-09-25hmp: added io apic dump statePavel Butsykin2-0/+6
2015-09-25ioapic_internal.h: added more constantsPavel Butsykin1-0/+5
2015-09-25apic_internal.h: fix formatting and drop unused constsPavel Butsykin1-9/+7
2015-09-25apic_internal.h: added more constantsPavel Butsykin1-0/+58
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin1-1/+1
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin1-0/+18
2015-09-24pc: Introduce pc-*-2.5 machine classesEduardo Habkost1-0/+4
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell1-1/+8
2015-09-10igd gfx passthrough: create a isa bridgeTiejun Chen1-0/+1
2015-09-10piix: create host bridge to passthroughTiejun Chen1-0/+2
2015-09-10pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov1-0/+1
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin1-1/+5
2015-08-19apic_internal.h: Include cpu.h directlyPeter Maydell1-0/+1
2015-08-13smbios: move smbios code into a common folderWei Huang1-235/+0
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang1-1/+9
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost1-2/+0
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost1-2/+0
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost1-4/+1
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost1-2/+1
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost1-0/+1
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost1-1/+1
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost1-2/+3
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost1-6/+0
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost1-6/+0
2015-08-13pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost1-3/+1
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost1-2/+112
2015-08-04target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3Radim Krčmář1-0/+4
2015-07-15target-i386: emulate CPUID level of real hardwareRadim Krčmář1-0/+68
2015-07-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-3/+17
2015-07-08hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek1-2/+1
2015-07-08ich9: implement strap SPKR pin logicPaulo Alcantara1-0/+5
2015-07-07i386: Introduce ARAT CPU featureJan Kiszka1-1/+6
2015-07-07ich9: add TCO interface emulationPaulo Alcantara2-1/+11
2015-07-06pc: add SMM propertyPaolo Bonzini1-0/+3
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini1-1/+1