summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin1-1/+1
2015-10-18intel_iommu: Add support for translation for devices behind bridgesKnut Omang1-16/+73
2015-10-08pc: check for underflow in load_linuxPaolo Bonzini1-0/+4
2015-10-08pci-assign: do not include sys/io.hPaolo Bonzini1-1/+0
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan3-31/+6
2015-10-02x86: use new method to correct reset sequenceZhu Guihua1-0/+20
2015-10-02apic: move APIC's MMIO region mapping into APICChen Fan1-7/+0
2015-10-02target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost2-6/+6
2015-10-02cpu: Introduce X86CPUTopoInfo structure for argument simplificationChen Fan1-3/+3
2015-10-02pc: memhp: force gaps between DIMM's GPAIgor Mammedov3-2/+6
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov1-1/+2
2015-10-01pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost2-0/+14
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+11
2015-09-25i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite1-1/+1
2015-09-25hmp: added io apic dump statePavel Butsykin1-0/+10
2015-09-24pc: Introduce pc-*-2.5 machine classesEduardo Habkost2-5/+27
2015-09-24q35: Move options common to all classes to pc_i440fx_machine_options()Eduardo Habkost1-2/+2
2015-09-24q35: Move options common to all classes to pc_q35_machine_options()Eduardo Habkost1-4/+4
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster2-3/+3
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-12/+1
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange1-2/+0
2015-09-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell4-81/+232
2015-09-10xen, gfx passthrough: register host bridge specific to passthroughTiejun Chen1-2/+13
2015-09-10igd gfx passthrough: create a isa bridgeTiejun Chen1-0/+112
2015-09-10hw/pci-assign: split pci-assign.cTiejun Chen3-75/+99
2015-09-10pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov3-2/+10
2015-09-10pc: memhotplug: fix incorrectly set reserved-memory-endIgor Mammedov1-1/+3
2015-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost2-6/+2
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini1-12/+1
2015-09-08pc_init1: pass parameters just with typesTiejun Chen1-6/+8
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin1-1/+3
2015-09-07smbios: add smbios 3.0 supportWei Huang2-2/+4
2015-08-13smbios: move smbios code into a common folderWei Huang5-1106/+4
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang2-8/+24
2015-08-13smbios: extract x86 smbios building code into a functionWei Huang1-16/+22
2015-08-13acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange1-0/+1
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost3-11/+9
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost3-17/+9
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost2-21/+13
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost3-8/+5
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2-23/+27
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost3-4/+4
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost3-9/+11
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost3-2/+2
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost2-2/+1
2015-08-13pc: Rename pc_machine variables to pcmsEduardo Habkost3-22/+22
2015-08-13pc: Use error_abort when registering propertiesEduardo Habkost1-8/+8
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2-44/+0
2015-08-13make: load only required dependency files.Victor Kaplansky1-1/+7
2015-08-13make: fix where dependency *.d are stored.Victor Kaplansky2-1/+1