summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell
2016-06-08hw/arm: virt uart fixxiaoqiang zhao
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell
2016-06-07usb: Use DIV_ROUND_UPLaurent Vivier
2016-06-07rocker: Use DIV_ROUND_UPLaurent Vivier
2016-06-07audio: Use DIV_ROUND_UPLaurent Vivier
2016-06-07xen: Use DIV_ROUND_UPLaurent Vivier
2016-06-07block: Use DIV_ROUND_UPLaurent Vivier
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-06-07pc: cleanup unused struct PcRomPciInfoIgor Mammedov
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran
2016-06-07hw: Clean up includesPeter Maydell
2016-06-07fw_cfg: follow CODING_STYLECao jin
2016-06-07qdev: Clean up around propertiesCao jin
2016-06-07ICH9: fix typoCao jin
2016-06-07ppc: Remove a potential overflow in muldiv64()Laurent Vivier
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier
2016-06-07remove useless muldiv64()Laurent Vivier
2016-06-07The only 64bit parameter of muldiv64() is the first one.Laurent Vivier
2016-06-07hw/ipmi: fix spellingMichael Tokarev
2016-06-07s390x/virtio-ccw: fix spellingMichael Tokarev
2016-06-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-06-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-06-07virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi
2016-06-07virtio-scsi: Remove op blocker for dataplaneFam Zheng
2016-06-07virtio-blk: Remove op blocker for dataplaneFam Zheng
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz
2016-06-07pc-dimm: introduce realize callbackXiao Guangrong
2016-06-07pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov
2016-06-07tpm: apci: cleanup TCPA table initializationIgor Mammedov
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov
2016-06-07pc: Postpone SMBIOS table installation to post machine initCorey Minyard
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard
2016-06-07pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov
2016-06-07pc: acpi: consolidate legacy CPU hotplug in one fileIgor Mammedov
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov
2016-06-07pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...Igor Mammedov
2016-06-07pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov
2016-06-07pc: acpi: remove AML for empty/not used GPE handlersIgor Mammedov
2016-06-07acpi: add aml_refof()Igor Mammedov
2016-06-07acpi: add aml_debug()Igor Mammedov