aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster
2017-02-21hw/mips: MIPS Boston board supportPaul Burton
2017-02-21hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton
2017-02-21hw/mips_gic: Update pin state on mask changesPaul Burton
2017-02-21hw/mips_gictimer: provide API for retrieving frequencyPaul Burton
2017-02-21hw/mips_cmgcr: allow GCR base to be movedPaul Burton
2017-02-21Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster
2017-02-21hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_busMarkus Armbruster
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2017-02-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini
2017-02-21usb-ccid: add check message size checksGerd Hoffmann
2017-02-21usb-ccid: move header size checkGerd Hoffmann
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann
2017-02-21xhci: drop via vendor command handlingGerd Hoffmann
2017-02-21xhci: fix nec vendor quirk handlingGerd Hoffmann
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann
2017-02-21xhci: drop ER_FULL_HACK workaroundGerd Hoffmann
2017-02-21xhci: apply limits to loopsGerd Hoffmann
2017-02-21usb: ohci: limit the number of link edsLi Qiang
2017-02-21usb: ohci: fix error return code in servicing iso tdLi Qiang
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang
2017-02-20Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into stagingPeter Maydell
2017-02-18hw/m68k: QOMify the ColdFire interrupt controllerThomas Huth
2017-02-18hw/m68k: Remove dummy machineThomas Huth
2017-02-17intel_iommu: vtd_slpt_level_shift check levelPeter Xu
2017-02-17intel_iommu: convert dbg macros to trace for transPeter Xu
2017-02-17intel_iommu: convert dbg macros to traces for invPeter Xu
2017-02-17intel_iommu: renaming gpa to iova where properPeter Xu
2017-02-17intel_iommu: simplify irq region translationPeter Xu
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David
2017-02-17vfio: allow to notify unmap for very large regionPeter Xu
2017-02-17vfio: introduce vfio_get_vaddr()Peter Xu
2017-02-17vfio: trace map/unmap for notify as wellPeter Xu
2017-02-17pcie: simplify pcie_add_capability()Peter Xu
2017-02-17virtio: Fix no interrupt when not creating msi controllerMichael S. Tsirkin
2017-02-17virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini
2017-02-17virtio: check for vring setup in virtio_queue_update_used_idxPaolo Bonzini
2017-02-17virtio: use VRingMemoryRegionCaches for descriptor ringPaolo Bonzini