summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2016-03-22i386: avoid null pointer dereferenceP J P1-5/+10
2015-11-25pc: Don't set hw_version on pc-*-2.5Eduardo Habkost2-2/+0
2015-11-11error: More error_setg() usageEric Blake1-3/+3
2015-11-06pci-assign: do not test path with access() before openingPaolo Bonzini1-5/+1
2015-11-05kvmclock: add a new function to update env->tsc.Liang Li1-16/+2
2015-11-04pc: Set hw_version on all machine classesEduardo Habkost2-0/+23
2015-10-29Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin1-2/+1
2015-10-29Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin3-6/+2
2015-10-26xen-platform: Replace assert() with appropriate error reportingEduardo Habkost1-1/+5
2015-10-26xen_platform: switch to realizeStefano Stabellini1-4/+2
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-27/+83
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua3-11/+10
2015-10-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int...Peter Maydell1-3/+5
2015-10-19Enable fw_cfg DMA interface for x86Marc MarĂ­1-3/+5
2015-10-19Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into s...Peter Maydell2-0/+8
2015-10-19xen-platform: Ensure xen is enabled when initializingEduardo Habkost1-0/+3
2015-10-19pc: Require xen when initializing xenfv machineEduardo Habkost1-0/+5
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-4/+5
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