summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_piix.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin2015-10-291-1/+0
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-221-1/+1
|\
| * i386: keep cpu_model field in MachineState uptodateZhu Guihua2015-10-221-1/+1
* | pc: Require xen when initializing xenfv machineEduardo Habkost2015-10-191-0/+5
|/
* cpu/apic: drop icc bus/bridgeChen Fan2015-10-021-8/+1
* target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost2015-10-021-4/+4
* pc: memhp: force gaps between DIMM's GPAIgor Mammedov2015-10-021-0/+1
* pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost2015-10-011-0/+7
* pc: Introduce pc-*-2.5 machine classesEduardo Habkost2015-09-241-3/+15
* q35: Move options common to all classes to pc_i440fx_machine_options()Eduardo Habkost2015-09-241-2/+2
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-09-10-tag' in...Peter Maydell2015-09-101-6/+133
|\
| * 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
| * 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-101-0/+2
* | pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost2015-09-101-3/+1
|/
* smbios: add smbios 3.0 supportWei Huang2015-09-071-1/+2
* smbios: move smbios code into a common folderWei Huang2015-08-131-1/+1
* pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost2015-08-131-1/+0
* pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost2015-08-131-4/+1
* pc: Remove redundant arguments from *load_linux()Eduardo Habkost2015-08-131-5/+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-12/+14
* 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-1/+0
* pc: Eliminate pc_common_machine_options()Eduardo Habkost2015-08-131-2/+0
* pc: Rename pc_machine variables to pcmsEduardo Habkost2015-08-131-10/+10
* pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost2015-08-131-22/+0
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-131-1/+1
|\
| * pc: fix reuse of pc-i440fx-2.4 in pc-i440fx-2.3Eduardo Habkost2015-07-131-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-081-3/+2
|\ \ | |/
| * hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek2015-07-081-3/+2
* | migration: Add configuration sectionJuan Quintela2015-07-071-0/+1
* | global_state: Make section optionalJuan Quintela2015-07-071-0/+1
|/
* pc: add SMM propertyPaolo Bonzini2015-07-061-1/+6
* pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini2015-07-061-1/+1
* Disable section footers on older machine typesDr. David Alan Gilbert2015-06-121-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-10/+9
|\
| * hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek2015-06-041-10/+9
* | hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+1
* | hw/i386/pc_piix: Fix memory leakShannon Zhao2015-06-031-3/+4
|/
* i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek2015-05-311-1/+1
* pc: Generate init functions with a macroEduardo Habkost2015-05-311-106/+48
* piix: Eliminate pc_init_pci()Eduardo Habkost2015-05-311-18/+13
* piix: Add kvmclock_enabled, pci_enabled globalsEduardo Habkost2015-05-311-7/+15
* pc: Don't use QEMUMachine anymoreEduardo Habkost2015-05-311-22/+22
* pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost2015-05-311-21/+39
* pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost2015-05-311-91/+138
OpenPOWER on IntegriCloud