summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* spapr: replace debug printf with trace pointsLaurent Vivier2017-02-222-14/+7Star
* ppc4xx: replace debug printf with trace pointsLaurent Vivier2017-02-222-10/+7Star
* mac99: replace debug printf with trace pointsLaurent Vivier2017-02-222-12/+7Star
* spapr: fix off-by-one error in spapr_ovec_populate_dt()Sam Bobroff2017-02-221-1/+1
* hw/ppc/pnv: Remove superfluous "qemu" prefix from error stringsThomas Huth2017-02-221-3/+3
* spapr: make cpu core unplug follow expected hotunplug call flowIgor Mammedov2017-02-221-4/+14
* spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2017-02-222-138/+138
* spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov2017-02-221-5/+10
* Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell2017-02-2130-71/+97
|\
| * hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster2017-02-211-1/+7
| * hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-216-5/+25
| * hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster2017-02-218-38/+38
| * hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster2017-02-213-26/+0Star
| * hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster2017-02-211-2/+6
| * hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster2017-02-213-3/+0Star
| * hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_busMarkus Armbruster2017-02-212-0/+10
| * hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2017-02-2112-0/+15
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-02-216-6/+59
|\ \ | |/ |/|
| * coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini2017-02-211-1/+1
| * block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini2017-02-213-4/+43
| * block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2017-02-212-0/+4
| * block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini2017-02-212-1/+11
* | usb-ccid: add check message size checksGerd Hoffmann2017-02-211-3/+10
* | usb-ccid: move header size checkGerd Hoffmann2017-02-211-7/+6Star
* | usb-ccid: better bulk_out error handlingGerd Hoffmann2017-02-211-55/+61
* | xhci: drop via vendor command handlingGerd Hoffmann2017-02-211-31/+0Star
* | xhci: fix nec vendor quirk handlingGerd Hoffmann2017-02-211-15/+29
* | xhci: add qemu xhci controllerGerd Hoffmann2017-02-211-4/+36
* | xhci: drop ER_FULL_HACK workaroundGerd Hoffmann2017-02-211-106/+11Star
* | xhci: apply limits to loopsGerd Hoffmann2017-02-212-1/+15
* | usb: ohci: limit the number of link edsLi Qiang2017-02-211-1/+8
* | usb: ohci: fix error return code in servicing iso tdLi Qiang2017-02-211-1/+1
* | usb: ehci: fix memory leak in ehciLi Qiang2017-02-213-0/+15
|/
* Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into stagingPeter Maydell2017-02-203-90/+44Star
|\
| * hw/m68k: QOMify the ColdFire interrupt controllerThomas Huth2017-02-181-4/+44
| * hw/m68k: Remove dummy machineThomas Huth2017-02-182-86/+0Star
* | intel_iommu: vtd_slpt_level_shift check levelPeter Xu2017-02-171-0/+1
* | intel_iommu: convert dbg macros to trace for transPeter Xu2017-02-172-45/+34Star
* | intel_iommu: convert dbg macros to traces for invPeter Xu2017-02-172-57/+56Star
* | intel_iommu: renaming gpa to iova where properPeter Xu2017-02-171-22/+22
* | intel_iommu: simplify irq region translationPeter Xu2017-02-171-22/+6Star
* | intel_iommu: add "caching-mode" optionAviv Ben-David2017-02-172-0/+6
* | vfio: allow to notify unmap for very large regionPeter Xu2017-02-171-4/+3Star
* | vfio: introduce vfio_get_vaddr()Peter Xu2017-02-171-20/+45
* | vfio: trace map/unmap for notify as wellPeter Xu2017-02-172-2/+3
* | pcie: simplify pcie_add_capability()Peter Xu2017-02-171-11/+3Star
* | virtio: Fix no interrupt when not creating msi controllerMichael S. Tsirkin2017-02-171-3/+8
* | virtio: use VRingMemoryRegionCaches for avail and used ringsPaolo Bonzini2017-02-172-37/+109
* | virtio: check for vring setup in virtio_queue_update_used_idxPaolo Bonzini2017-02-171-1/+3
* | virtio: use VRingMemoryRegionCaches for descriptor ringPaolo Bonzini2017-02-171-14/+12Star