summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbios: extract x86 smbios building code into a functionWei Huang2015-08-131-16/+22
* acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange2015-08-131-0/+1
* pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost2015-08-133-11/+9
* pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost2015-08-133-17/+9
* pc: Remove redundant arguments from *load_linux()Eduardo Habkost2015-08-132-21/+13
* pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost2015-08-133-8/+5
* pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2015-08-132-23/+27
* pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost2015-08-133-4/+4
* pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost2015-08-133-9/+11
* pc: Eliminate pc_default_machine_options()Eduardo Habkost2015-08-133-2/+2
* pc: Eliminate pc_common_machine_options()Eduardo Habkost2015-08-132-2/+1
* pc: Rename pc_machine variables to pcmsEduardo Habkost2015-08-133-22/+22
* pc: Use error_abort when registering propertiesEduardo Habkost2015-08-131-8/+8
* pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2015-08-132-44/+0
* make: load only required dependency files.Victor Kaplansky2015-08-131-1/+7
* make: fix where dependency *.d are stored.Victor Kaplansky2015-08-132-1/+1
* acpi: fix pvpanic device is not shown in uiGal Hammer2015-07-271-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-131-1/+1
|\
OpenPOWER on IntegriCloud