aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov2-5/+5
2017-02-22pc: pass apic_id to pc_find_cpu_slot() directly so lookup could be done witho...Igor Mammedov1-7/+9
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov1-12/+12
2017-02-22pc: move pcms->possible_cpus init out of pc_cpus_init()Igor Mammedov1-11/+24
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov1-28/+29
2017-02-22hw/pci-host/prep: Do not use hw_error() in realize functionThomas Huth1-5/+6
2017-02-22spapr: replace debug printf with trace pointsLaurent Vivier2-14/+7
2017-02-22ppc4xx: replace debug printf with trace pointsLaurent Vivier2-10/+7
2017-02-22mac99: replace debug printf with trace pointsLaurent Vivier2-12/+7
2017-02-22spapr: fix off-by-one error in spapr_ovec_populate_dt()Sam Bobroff1-1/+1
2017-02-22hw/ppc/pnv: Remove superfluous "qemu" prefix from error stringsThomas Huth1-3/+3
2017-02-22spapr: make cpu core unplug follow expected hotunplug call flowIgor Mammedov1-4/+14
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2-138/+138
2017-02-22spapr: cpu core: separate child threads destruction from machine state operat...Igor Mammedov1-5/+10
2017-02-21Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell30-71/+97
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster1-1/+7
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster6-5/+25
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster8-38/+38
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster3-26/+0
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster1-2/+6
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster3-3/+0
2017-02-21hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_busMarkus Armbruster2-0/+10
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster12-0/+15
2017-02-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell6-6/+59
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini1-1/+1
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini3-4/+43
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2-0/+4
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini2-1/+11
2017-02-21usb-ccid: add check message size checksGerd Hoffmann1-3/+10
2017-02-21usb-ccid: move header size checkGerd Hoffmann1-7/+6
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann1-55/+61
2017-02-21xhci: drop via vendor command handlingGerd Hoffmann1-31/+0
2017-02-21xhci: fix nec vendor quirk handlingGerd Hoffmann1-15/+29
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann1-4/+36
2017-02-21xhci: drop ER_FULL_HACK workaroundGerd Hoffmann1-106/+11
2017-02-21xhci: apply limits to loopsGerd Hoffmann2-1/+15
2017-02-21usb: ohci: limit the number of link edsLi Qiang1-1/+8
2017-02-21usb: ohci: fix error return code in servicing iso tdLi Qiang1-1/+1
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang3-0/+15
2017-02-20Merge remote-tracking branch 'remotes/huth/tags/coldfire-20170219' into stagingPeter Maydell3-90/+44
2017-02-18hw/m68k: QOMify the ColdFire interrupt controllerThomas Huth1-4/+44
2017-02-18hw/m68k: Remove dummy machineThomas Huth2-86/+0
2017-02-17intel_iommu: vtd_slpt_level_shift check levelPeter Xu1-0/+1
2017-02-17intel_iommu: convert dbg macros to trace for transPeter Xu2-45/+34
2017-02-17intel_iommu: convert dbg macros to traces for invPeter Xu2-57/+56
2017-02-17intel_iommu: renaming gpa to iova where properPeter Xu1-22/+22
2017-02-17intel_iommu: simplify irq region translationPeter Xu1-22/+6
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David2-0/+6
2017-02-17vfio: allow to notify unmap for very large regionPeter Xu1-4/+3
2017-02-17vfio: introduce vfio_get_vaddr()Peter Xu1-20/+45