summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* error: More error_setg() usageEric Blake2015-11-111-3/+3
* pci-assign: do not test path with access() before openingPaolo Bonzini2015-11-061-5/+1
* kvmclock: add a new function to update env->tsc.Liang Li2015-11-051-16/+2
* pc: Set hw_version on all machine classesEduardo Habkost2015-11-042-0/+23
* Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin2015-10-291-2/+1
* Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin2015-10-293-6/+2
* xen-platform: Replace assert() with appropriate error reportingEduardo Habkost2015-10-261-1/+5
* xen_platform: switch to realizeStefano Stabellini2015-10-261-4/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-224-27/+83
|\
| * i386: keep cpu_model field in MachineState uptodateZhu Guihua2015-10-223-11/+10
| * intel_iommu: Add support for translation for devices behind bridgesKnut Omang2015-10-181-16/+73
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int...Peter Maydell2015-10-201-3/+5
|\ \
| * | Enable fw_cfg DMA interface for x86Marc MarĂ­2015-10-191-3/+5
* | | Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into s...Peter Maydell2015-10-192-0/+8
|\ \ \ | |/ / |/| |
| * | xen-platform: Ensure xen is enabled when initializingEduardo Habkost2015-10-191-0/+3
| * | pc: Require xen when initializing xenfv machineEduardo Habkost2015-10-191-0/+5
| |/
* | kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-4/+5
* | hw/pci: Introduce pci_requester_id()Pavel Fedin2015-10-191-1/+1
|/
* pc: check for underflow in load_linuxPaolo Bonzini2015-10-081-0/+4
* pci-assign: do not include sys/io.hPaolo Bonzini2015-10-081-1/+0
* cpu/apic: drop icc bus/bridgeChen Fan2015-10-023-31/+6
* x86: use new method to correct reset sequenceZhu Guihua2015-10-021-0/+20
* apic: move APIC's MMIO region mapping into APICChen Fan2015-10-021-7/+0
* target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost2015-10-022-6/+6
* cpu: Introduce X86CPUTopoInfo structure for argument simplificationChen Fan2015-10-021-3/+3
* pc: memhp: force gaps between DIMM's GPAIgor Mammedov2015-10-023-2/+6
* memhp: extend address auto assignment to support gapsIgor Mammedov2015-10-021-1/+2
* pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost2015-10-012-0/+14
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-252-1/+11
|\
| * i386: Rename ELF_MACHINE to be x86 specificPeter Crosthwaite2015-09-251-1/+1
| * hmp: added io apic dump statePavel Butsykin2015-09-251-0/+10
* | pc: Introduce pc-*-2.5 machine classesEduardo Habkost2015-09-242-5/+27
* | q35: Move options common to all classes to pc_i440fx_machine_options()Eduardo Habkost2015-09-241-2/+2
* | q35: Move options common to all classes to pc_q35_machine_options()Eduardo Habkost2015-09-241-4/+4
|/
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-182-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-12/+1
|\
| * i8257: remove cpu_request_exit irqPaolo Bonzini2015-09-091-12/+1
* | maint: remove unused include for assert.hDaniel P. Berrange2015-09-111-2/+0
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell2015-09-104-81/+232
|\ \
| * | xen, gfx passthrough: register host bridge specific to passthroughTiejun Chen2015-09-101-2/+13
| * | igd gfx passthrough: create a isa bridgeTiejun Chen2015-09-101-0/+112
| * | hw/pci-assign: split pci-assign.cTiejun Chen2015-09-103-75/+99
| * | pc_init1: pass parameters just with typesTiejun Chen2015-09-081-6/+8
| * | i440fx: make types configurable at run-timeMichael S. Tsirkin2015-09-081-1/+3
* | | pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov2015-09-103-2/+10
* | | pc: memhotplug: fix incorrectly set reserved-memory-endIgor Mammedov2015-09-101-1/+3
* | | pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost2015-09-102-6/+2
|/ /
* | smbios: add smbios 3.0 supportWei Huang2015-09-072-2/+4
|/
* smbios: move smbios code into a common folderWei Huang2015-08-135-1106/+4
* smbios: remove dependency on x86 e820 tablesWei Huang2015-08-132-8/+24
OpenPOWER on IntegriCloud