summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell4-11/+9
2015-06-03hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao3-8/+4
2015-06-03hw/i386/acpi-build: decref after useShannon Zhao1-0/+1
2015-06-03hw/i386/pc_piix: Fix memory leakShannon Zhao1-3/+4
2015-06-02pc: Ensure non-zero CPU ref count after attaching to ICC busAndreas Färber1-2/+9
2015-06-01acpi: add missing ssdtMichael S. Tsirkin1-0/+36
2015-06-01TPM2 ACPI table supportStefan Berger6-26/+194
2015-05-31i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wantedLaszlo Ersek1-0/+1
2015-05-31i386/pc_q35: don't insist on board FDC if there's no default floppyLaszlo Ersek1-2/+2
2015-05-31i386/pc: '-drive if=floppy' should imply a board-default FDCLaszlo Ersek1-0/+1
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek3-3/+4
2015-05-31pc: acpi: fix pvpanic for buggy guestsRadim Krčmář1-1/+4
2015-05-31pc: Generate init functions with a macroEduardo Habkost2-170/+76
2015-05-31piix: Eliminate pc_init_pci()Eduardo Habkost1-18/+13
2015-05-31piix: Add kvmclock_enabled, pci_enabled globalsEduardo Habkost1-7/+15
2015-05-31pc: Remove qemu_register_pc_machine() functionEduardo Habkost1-45/+0
2015-05-31pc: Don't use QEMUMachine anymoreEduardo Habkost2-32/+32
2015-05-31pc: Move compat_props setting inside *_machine_options() functionsEduardo Habkost2-30/+56
2015-05-31pc: Convert *_MACHINE_OPTIONS macros into functionsEduardo Habkost2-132/+199
2015-05-31pc: Define machines using a DEFINE_PC_MACHINE macroEduardo Habkost2-301/+87
2015-05-31pc: Define MACHINE_OPTIONS macros consistently for all machinesEduardo Habkost2-52/+110
2015-05-31piix: Define PC_COMPAT_0_10Eduardo Habkost1-22/+25
2015-05-31piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13Eduardo Habkost1-18/+8
2015-05-31piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13Eduardo Habkost1-4/+4
2015-05-31piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11Eduardo Habkost1-9/+8
2015-05-31piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14Eduardo Habkost1-9/+8
2015-05-31pc: Define PC_COMPAT_2_[123] macrosEduardo Habkost2-2/+18
2015-05-31pc: Move commas inside PC_COMPAT_* macrosEduardo Habkost2-36/+36
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost2-2/+2
2015-05-31pc: Replace tab with spacesEduardo Habkost1-1/+1
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao1-24/+0
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao1-29/+29
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-465/+141
2015-04-30range: remove useless inclusionsPaolo Bonzini1-1/+0
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-18/+18
2015-04-28acpi: add a missing backslash to the \_SB scope.Gal Hammer1-1/+1
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua2-1/+24
2015-04-27acpi: fix "Memory device control fields" registerZhu Guihua1-1/+1
2015-04-27acpi: extend aml_field() to support UpdateRuleZhu Guihua1-5/+8
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen1-2/+32
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen1-2/+26
2015-04-27pc: add 2.4 machine typesJason Wang2-7/+48
2015-04-27hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao1-77/+0
2015-04-27hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao2-369/+1
2015-04-27acpi-build: close } in commentMichael S. Tsirkin1-1/+1
2015-04-27acpi-build: remove dependency from ram_addr.hPaolo Bonzini1-18/+18
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-1/+2
2015-04-01pc: acpi: fix pvpanic regressionIgor Mammedov1-1/+1
2015-03-25fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo1-1/+0
2015-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2-8/+0