summaryrefslogtreecommitdiffstats
path: root/include/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* pc: Introduce pc-*-2.5 machine classesEduardo Habkost2015-09-241-0/+4
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell2015-09-101-1/+8
|\
| * igd gfx passthrough: create a isa bridgeTiejun Chen2015-09-101-0/+1
| * piix: create host bridge to passthroughTiejun Chen2015-09-101-0/+2
| * i440fx: make types configurable at run-timeMichael S. Tsirkin2015-09-081-1/+5
* | pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov2015-09-101-0/+1
|/
* apic_internal.h: Include cpu.h directlyPeter Maydell2015-08-191-0/+1
* smbios: move smbios code into a common folderWei Huang2015-08-131-235/+0
* smbios: remove dependency on x86 e820 tablesWei Huang2015-08-131-1/+9
* pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost2015-08-131-2/+0
* pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost2015-08-131-2/+0
* pc: Remove redundant arguments from *load_linux()Eduardo Habkost2015-08-131-4/+1
* pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost2015-08-131-2/+1
* pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost2015-08-131-0/+1
* pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost2015-08-131-1/+1
* pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost2015-08-131-2/+3
* pc: Eliminate pc_default_machine_options()Eduardo Habkost2015-08-131-6/+0
* pc: Eliminate pc_common_machine_options()Eduardo Habkost2015-08-131-6/+0
* pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost2015-08-131-3/+1
* pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2015-08-131-2/+112
* target-i386: fix IvyBridge xlevel in PC_COMPAT_2_3Radim Krčmář2015-08-041-0/+4
* target-i386: emulate CPUID level of real hardwareRadim Krčmář2015-07-151-0/+68
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-082-3/+17
|\
| * hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek2015-07-081-2/+1
| * ich9: implement strap SPKR pin logicPaulo Alcantara2015-07-081-0/+5
| * ich9: add TCO interface emulationPaulo Alcantara2015-07-072-1/+11
* | i386: Introduce ARAT CPU featureJan Kiszka2015-07-071-1/+6
|/
* pc: add SMM propertyPaolo Bonzini2015-07-061-0/+3
* ich9: add smm_enabled field and argumentsPaolo Bonzini2015-07-061-1/+1
* pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini2015-07-061-1/+1
* pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao2015-07-031-5/+2
* ich9: implement SMI_LOCKGerd Hoffmann2015-06-051-0/+6
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-1/+0
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-2/+1
|\
| * hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek2015-06-041-2/+1
* | hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-1/+1
|/
* i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek2015-05-311-0/+1
* pc: Remove qemu_register_pc_machine() functionEduardo Habkost2015-05-311-2/+0
* pc: Don't use QEMUMachine anymoreEduardo Habkost2015-05-311-7/+15
* pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost2015-05-311-6/+9
* pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost2015-05-311-19/+23
* pc: Define machines using a DEFINE_PC_MACHINE macroEduardo Habkost2015-05-311-0/+16
* pc: Define PC_COMPAT_2_[123] macrosEduardo Habkost2015-05-311-1/+12
* pc: Move commas inside PC_COMPAT_* macrosEduardo Habkost2015-05-311-9/+9
* hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost2015-05-311-1/+1
* pc: Replace tab with spacesEduardo Habkost2015-05-311-6/+6
* pci: Remove unused function ich9_d2pbr_init()Thomas Huth2015-04-301-1/+0
* range: remove useless inclusionsPaolo Bonzini2015-04-301-1/+0
* target-i386: clear bsp bit when designating bspNadav Amit2015-04-021-1/+1
* target-i386: Move topology.h to include/hw/i386Eduardo Habkost2015-03-091-0/+134
OpenPOWER on IntegriCloud