aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-06-14qdev_try_create(): Assert that devices we put onto the system bus are SysBusD...Peter Maydell1-0/+7
2016-06-14s390x: Limit s390-ccw machines to 248 CPUsChristian Borntraeger1-1/+1
2016-06-14virtio-ccw: Provide traces for indicator changesChristian Borntraeger1-0/+1
2016-06-14s390x/css: introduce property type for device idsCornelia Huck3-48/+114
2016-06-14s390x/css: clear IO irqs when generating IPI CRWHalil Pasic1-3/+40
2016-06-14s390x/kvm: add interface for clearing IO irqsHalil Pasic2-0/+34
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao1-20/+37
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland1-20/+26
2016-06-14ppc: Add PowerISA 2.07 compatibility modeThomas Huth1-2/+4
2016-06-14ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth1-2/+2
2016-06-14ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth1-25/+36
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost7-7/+7
2016-06-13pxa2xx: Unconditionally enable USB controllerEduardo Habkost1-8/+4
2016-06-13hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell1-33/+30
2016-06-13usb-host: add special case for bus+addrGerd Hoffmann1-4/+52
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-08hw/arm: virt uart fixxiaoqiang zhao1-4/+4
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-39/+59
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell22-56/+53
2016-06-07usb: Use DIV_ROUND_UPLaurent Vivier1-3/+3
2016-06-07rocker: Use DIV_ROUND_UPLaurent Vivier1-3/+2
2016-06-07audio: Use DIV_ROUND_UPLaurent Vivier1-1/+1
2016-06-07xen: Use DIV_ROUND_UPLaurent Vivier1-2/+2
2016-06-07block: Use DIV_ROUND_UPLaurent Vivier1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell3-3/+0
2016-06-07pc: cleanup unused struct PcRomPciInfoIgor Mammedov1-8/+0
2016-06-07e1000: Removing unnecessary if statementSameeh Jubran1-5/+3
2016-06-07hw: Clean up includesPeter Maydell2-2/+0
2016-06-07fw_cfg: follow CODING_STYLECao jin1-6/+11
2016-06-07qdev: Clean up around propertiesCao jin1-11/+19
2016-06-07ICH9: fix typoCao jin1-2/+2
2016-06-07ppc: Remove a potential overflow in muldiv64()Laurent Vivier1-1/+1
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier2-3/+3
2016-06-07remove useless muldiv64()Laurent Vivier1-1/+1
2016-06-07The only 64bit parameter of muldiv64() is the first one.Laurent Vivier2-3/+3
2016-06-07hw/ipmi: fix spellingMichael Tokarev1-1/+1
2016-06-07s390x/virtio-ccw: fix spellingMichael Tokarev1-1/+1
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