aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_q35.c
AgeCommit message (Expand)Author
2015-11-04pc: Set hw_version on all machine classesEduardo Habkost
2015-10-29Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua
2015-10-02cpu/apic: drop icc bus/bridgeChen Fan
2015-10-02target-i386: Convert kvm_default_*features to property/value pairsEduardo Habkost
2015-10-02pc: memhp: force gaps between DIMM's GPAIgor Mammedov
2015-10-01pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost
2015-09-24pc: Introduce pc-*-2.5 machine classesEduardo Habkost
2015-09-24q35: Move options common to all classes to pc_q35_machine_options()Eduardo Habkost
2015-09-10pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov
2015-09-10pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost
2015-09-07smbios: add smbios 3.0 supportWei Huang
2015-08-13smbios: move smbios code into a common folderWei Huang
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost
2015-08-13pc: Rename pc_machine variables to pcmsEduardo Habkost
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost
2015-07-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-08hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek
2015-07-07migration: Add configuration sectionJuan Quintela
2015-07-07global_state: Make section optionalJuan Quintela
2015-07-07ich9: add TCO interface emulationPaulo Alcantara
2015-07-06pc: add SMM propertyPaolo Bonzini
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini
2015-06-19q35: Re-enable FDC on pc-q35-2.3 and olderEduardo Habkost
2015-06-12Disable section footers on older machine typesDr. David Alan Gilbert
2015-06-03hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-05-31i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wantedLaszlo Ersek
2015-05-31i386/pc_q35: don't insist on board FDC if there's no default floppyLaszlo Ersek
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek
2015-05-31pc: Generate init functions with a macroEduardo Habkost
2015-05-31pc: Don't use QEMUMachine anymoreEduardo Habkost
2015-05-31pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost
2015-05-31pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost
2015-05-31pc: Define machines using a DEFINE_PC_MACHINE macroEduardo Habkost
2015-05-31pc: Define MACHINE_OPTIONS macros consistently for all machinesEduardo Habkost
2015-05-31pc: Define PC_COMPAT_2_[123] macrosEduardo Habkost
2015-05-31pc: Move commas inside PC_COMPAT_* macrosEduardo Habkost
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost
2015-04-27pc: add 2.4 machine typesJason Wang
2015-03-19Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"Eduardo Habkost
2015-03-16pc: Disable vmdesc submission for old machinesAlexander Graf
2015-02-26acpi: has_immutable_rsdp->!rsdp_in_ramMichael S. Tsirkin
2015-02-26pc: acpi-build: migrate RSDP tableIgor Mammedov
2015-01-26target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost