summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-133/+1
2016-06-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell21-597/+620
2016-06-07virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi2-8/+1
2016-06-07virtio-scsi: Remove op blocker for dataplaneFam Zheng1-62/+0
2016-06-07virtio-blk: Remove op blocker for dataplaneFam Zheng1-63/+0
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz1-4/+0
2016-06-07pc-dimm: introduce realize callbackXiao Guangrong1-0/+5
2016-06-07pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong1-1/+2
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov4-31/+20
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov5-73/+80
2016-06-07tpm: apci: cleanup TCPA table initializationIgor Mammedov1-4/+1
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov2-6/+5
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov5-43/+88
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov5-49/+55
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov6-63/+38
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov4-1/+26
2016-06-07pc: Postpone SMBIOS table installation to post machine initCorey Minyard1-2/+3
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard3-77/+70
2016-06-07pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov2-11/+14
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov2-7/+4
2016-06-07pc: acpi: consolidate legacy CPU hotplug in one fileIgor Mammedov3-250/+233
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov5-13/+15
2016-06-07pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...Igor Mammedov1-0/+7
2016-06-07pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov2-4/+4
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov2-112/+104
2016-06-07pc: acpi: remove AML for empty/not used GPE handlersIgor Mammedov1-17/+0
2016-06-07acpi: add aml_refof()Igor Mammedov1-0/+8
2016-06-07acpi: add aml_debug()Igor Mammedov1-0/+9
2016-06-07dbdma: use DMA memory interface for memory accessesMark Cave-Ayland1-6/+7
2016-06-07macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland1-1/+2
2016-06-07spapr_pci: Drop cannot_instantiate_with_device_add_yet=falseMarkus Armbruster1-1/+0
2016-06-07spapr: Introduce pseries-2.7 machine typeBharata B Rao1-2/+20
2016-06-07spapr: Increase hotpluggable memory slots to 256Bharata B Rao1-2/+12
2016-06-07spapr_pci: Add and export DMA resetting helperAlexey Kardashevskiy1-2/+8
2016-06-07spapr_pci: Reset DMA config on PHB resetAlexey Kardashevskiy1-6/+11
2016-06-07spapr_iommu: Add root memory regionAlexey Kardashevskiy2-6/+13
2016-06-07spapr_iommu: Migrate full stateAlexey Kardashevskiy1-3/+62
2016-06-07spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy3-32/+52
2016-06-06zynqmp: Add the ZCU102 boardAlistair Francis1-0/+8
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao2-6/+9
2016-06-06hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao2-4/+12
2016-06-06hw/char: QOM'ify digic-uart modelxiaoqiang zhao2-4/+8
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao3-8/+11
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao9-35/+34
2016-06-06hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko1-0/+5
2016-06-06hw/ptimer: Support "on the fly" timer mode switchDmitry Osipenko1-6/+7
2016-06-06hw/ptimer: Update .delta on period/freq changeDmitry Osipenko1-0/+2
2016-06-06hw/ptimer: Perform counter wrap around if timer already expiredDmitry Osipenko1-6/+13
2016-06-06hw/ptimer: Fix issues caused by the adjusted timer limit valueDmitry Osipenko1-20/+31
2016-06-06xlnx-zynqmp: Use the in kernel GIC model for KVM runsEdgar E. Iglesias1-1/+3