summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_q35.c
Commit message (Expand)AuthorAgeFilesLines
* pc: Don't set hw_version on pc-*-2.5Eduardo Habkost2015-11-251-1/+0
* pc: Set hw_version on all machine classesEduardo Habkost2015-11-041-0/+10
* Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin2015-10-291-1/+0
* i386: keep cpu_model field in MachineState uptodateZhu Guihua2015-10-221-1/+1
* cpu/apic: drop icc bus/bridgeChen Fan2015-10-021-8/+1
* target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost2015-10-021-2/+2
* 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-2/+12
* q35: Move options common to all classes to pc_q35_machine_options()Eduardo Habkost2015-09-241-4/+4
* 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: 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-11/+13
* 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: 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-081-4/+5
|\
| * hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek2015-07-081-3/+2
| * ich9: add TCO interface emulationPaulo Alcantara2015-07-071-1/+3
* | 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/+5
* ich9: add smm_enabled field and argumentsPaolo Bonzini2015-07-061-1/+1
* q35: Re-enable FDC on pc-q35-2.3 and olderEduardo Habkost2015-06-191-0/+1
* Disable section footers on older machine typesDr. David Alan Gilbert2015-06-121-0/+2
* hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+1
* i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wantedLaszlo Ersek2015-05-311-0/+1
* i386/pc_q35: don't insist on board FDC if there's no default floppyLaszlo Ersek2015-05-311-2/+2
* 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-64/+28
* pc: Don't use QEMUMachine anymoreEduardo Habkost2015-05-311-10/+10
* pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost2015-05-311-9/+17
* pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost2015-05-311-41/+61
* pc: Define machines using a DEFINE_PC_MACHINE macroEduardo Habkost2015-05-311-92/+26
* pc: Define MACHINE_OPTIONS macros consistently for all machinesEduardo Habkost2015-05-311-12/+22
* pc: Define PC_COMPAT_2_[123] macrosEduardo Habkost2015-05-311-1/+9
* pc: Move commas inside PC_COMPAT_* macrosEduardo Habkost2015-05-311-5/+5
* hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost2015-05-311-1/+1
* pc: add 2.4 machine typesJason Wang2015-04-271-3/+23
* Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"Eduardo Habkost2015-03-191-4/+0
* pc: Disable vmdesc submission for old machinesAlexander Graf2015-03-161-0/+1
* acpi: has_immutable_rsdp->!rsdp_in_ramMichael S. Tsirkin2015-02-261-3/+3
* pc: acpi-build: migrate RSDP tableIgor Mammedov2015-02-261-0/+3
OpenPOWER on IntegriCloud