summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell2016-06-0722-56/+53Star
|\
| * usb: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+3
| * rocker: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+2Star
| * audio: Use DIV_ROUND_UPLaurent Vivier2016-06-071-1/+1
| * xen: Use DIV_ROUND_UPLaurent Vivier2016-06-071-2/+2
| * block: Use DIV_ROUND_UPLaurent Vivier2016-06-071-1/+1
| * all: Remove unnecessary glib.h includesPeter Maydell2016-06-073-3/+0Star
| * pc: cleanup unused struct PcRomPciInfoIgor Mammedov2016-06-071-8/+0Star
| * e1000: Removing unnecessary if statementSameeh Jubran2016-06-071-5/+3Star
| * hw: Clean up includesPeter Maydell2016-06-072-2/+0Star
| * fw_cfg: follow CODING_STYLECao jin2016-06-071-6/+11
| * qdev: Clean up around propertiesCao jin2016-06-071-11/+19
| * ICH9: fix typoCao jin2016-06-071-2/+2
| * ppc: Remove a potential overflow in muldiv64()Laurent Vivier2016-06-071-1/+1
| * replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier2016-06-072-3/+3
| * remove useless muldiv64()Laurent Vivier2016-06-071-1/+1
| * The only 64bit parameter of muldiv64() is the first one.Laurent Vivier2016-06-072-3/+3
| * hw/ipmi: fix spellingMichael Tokarev2016-06-071-1/+1
| * s390x/virtio-ccw: fix spellingMichael Tokarev2016-06-071-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-06-073-133/+1Star
|\ \ | |/ |/|
| * virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi2016-06-072-8/+1Star
| * virtio-scsi: Remove op blocker for dataplaneFam Zheng2016-06-071-62/+0Star
| * virtio-blk: Remove op blocker for dataplaneFam Zheng2016-06-071-63/+0Star
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-06-0721-597/+620
|\ \
| * | virtio: move bi-endian target support to a single locationGreg Kurz2016-06-071-4/+0Star
| * | pc-dimm: introduce realize callbackXiao Guangrong2016-06-071-0/+5
| * | pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong2016-06-071-1/+2
| * | acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov2016-06-074-31/+20Star
| * | acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov2016-06-075-73/+80
| * | tpm: apci: cleanup TCPA table initializationIgor Mammedov2016-06-071-4/+1Star
| * | acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov2016-06-072-6/+5Star
| * | acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov2016-06-075-43/+88
| * | acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov2016-06-075-49/+55
| * | pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-076-63/+38Star
| * | acpi: extend ACPI interface to provide send_event hookIgor Mammedov2016-06-074-1/+26
| * | pc: Postpone SMBIOS table installation to post machine initCorey Minyard2016-06-071-2/+3
| * | ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard2016-06-073-77/+70Star
| * | pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov2016-06-072-11/+14
| * | pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov2016-06-072-7/+4Star
| * | pc: acpi: consolidate legacy CPU hotplug in one fileIgor Mammedov2016-06-073-250/+233Star
| * | pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov2016-06-075-13/+15
| * | pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...Igor Mammedov2016-06-071-0/+7
| * | pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov2016-06-072-4/+4
| * | pc: acpi: consolidate CPU hotplug AMLIgor Mammedov2016-06-072-112/+104Star
| * | pc: acpi: remove AML for empty/not used GPE handlersIgor Mammedov2016-06-071-17/+0Star
| * | acpi: add aml_refof()Igor Mammedov2016-06-071-0/+8
| * | acpi: add aml_debug()Igor Mammedov2016-06-071-0/+9
| |/
* | dbdma: use DMA memory interface for memory accessesMark Cave-Ayland2016-06-071-6/+7
* | macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland2016-06-071-1/+2
* | spapr_pci: Drop cannot_instantiate_with_device_add_yet=falseMarkus Armbruster2016-06-071-1/+0Star