summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* 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-083-40/+103
|\ \ | |/
| * hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek2015-07-083-9/+8
| * hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOSLaszlo Ersek2015-07-081-2/+55
| * hw/i386/pc: factor out pc_cmos_init_floppy()Laszlo Ersek2015-07-081-29/+38
| * ich9: add TCO interface emulationPaulo Alcantara2015-07-071-1/+3
* | migration: Add configuration sectionJuan Quintela2015-07-072-0/+2
* | global_state: Make section optionalJuan Quintela2015-07-072-0/+2
|/
* pc: add SMM propertyPaolo Bonzini2015-07-063-2/+62
* 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: Abort if HotplugHandlerClass::plug() failsBharata B Rao2015-07-031-1/+1
* pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao2015-07-031-63/+3
* pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao2015-07-032-14/+14
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-267-339/+16
|\
| * pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov2015-06-237-339/+16
* | pci-assign: QOMifyGonglei2015-06-231-18/+21
* | Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* | qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+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-122-0/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-111-7/+6
|\
| * i386/acpi-build: fix PXB workarounds for unsupported BIOSesLaszlo Ersek2015-06-111-4/+4
| * i386/acpi-build: more traditional _UID and _HID for PXB root busesLaszlo Ersek2015-06-111-3/+2
* | target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-21/+0
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-043-29/+406
|\ \ | |/
| * hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek2015-06-041-10/+9
| * apci: fix PXB behaviour if used with unsupported BIOSMarcel Apfelbaum2015-06-031-29/+58
| * hw/pxb: add numa_node parameterMarcel Apfelbaum2015-06-031-0/+6
| * hw/pci: inform bios if the system has extra pci root busesMarcel Apfelbaum2015-06-031-0/+20
| * hw/acpi: remove from root bus 0 the crs resources used by other buses.Marcel Apfelbaum2015-06-031-27/+91
| * hw/acpi: add _CRS method for extra root bussesMarcel Apfelbaum2015-06-031-0/+139
| * hw/apci: add _PRT method for extra PCI root bussesMarcel Apfelbaum2015-06-031-0/+81
| * hw/acpi: add support for i440fx 'snooping' root bussesMarcel Apfelbaum2015-06-031-0/+23
| * hw/i386: query only for q35/pc when looking for pci host bridgeMarcel Apfelbaum2015-06-031-9/+25
| * acpi: add missing ssdtMichael S. Tsirkin2015-06-031-0/+36
* | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell2015-06-044-11/+9
|\ \
| * | hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-033-8/+4
| * | hw/i386/acpi-build: decref after useShannon Zhao2015-06-031-0/+1
| * | hw/i386/pc_piix: Fix memory leakShannon Zhao2015-06-031-3/+4
* | | pc: Ensure non-zero CPU ref count after attaching to ICC busAndreas Färber2015-06-021-2/+9
|/ /
* | acpi: add missing ssdtMichael S. Tsirkin2015-06-011-0/+36
|/
* TPM2 ACPI table supportStefan Berger2015-06-016-26/+194
* 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: '-drive if=floppy' should imply a board-default FDCLaszlo Ersek2015-05-311-0/+1
* i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek2015-05-313-3/+4
* pc: acpi: fix pvpanic for buggy guestsRadim Krčmář2015-05-311-1/+4
* pc: Generate init functions with a macroEduardo Habkost2015-05-312-170/+76
OpenPOWER on IntegriCloud