aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster2-0/+2
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster2-2/+0
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster5-5/+0
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster59-30/+42
2018-02-09hw/core/generic-loader: Allow PC to be set on command linePeter Maydell1-1/+1
2018-02-09hw/arm: Move virt's PSCI DT fixup code to arm/boot.cAndrey Smirnov2-61/+65
2018-02-09usb: Add basic code to emulate Chipidea USB IPAndrey Smirnov2-0/+177
2018-02-09i.MX: Add implementation of i.MX7 GPR IP blockAndrey Smirnov3-0/+129
2018-02-09i.MX: Add i.MX7 GPT variantAndrey Smirnov1-0/+25
2018-02-09i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov2-1/+126
2018-02-09i.MX: Add code to emulate i.MX7 SNVS IP-blockAndrey Smirnov2-0/+84
2018-02-09i.MX: Add code to emulate i.MX2 watchdog IP blockAndrey Smirnov2-0/+90
2018-02-09i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocksAndrey Smirnov2-0/+278
2018-02-09hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHCAndrey Smirnov1-1/+1
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov2-1/+252
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell2-8/+25
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell2-3/+67
2018-02-09s390x/pci: use the right pal and pba in reg_ioat()Yi Min Zhao1-0/+2
2018-02-09s390x/pci: fixup global refreshYi Min Zhao3-15/+63
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao3-78/+225
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger1-2/+2
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand3-8/+19
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand1-5/+16
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand1-6/+17
2018-02-09s390x/tcg: remove SMP warningDavid Hildenbrand1-4/+0
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand1-2/+29
2018-02-09s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand1-2/+29
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand1-10/+134
2018-02-09s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand1-1/+2
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand2-5/+89
2018-02-09s390x/tcg: simplify lookup of flicDavid Hildenbrand1-5/+3
2018-02-09s390x/flic: simplify flic initializationDavid Hildenbrand2-14/+5
2018-02-09Clean up includesMarkus Armbruster6-13/+1
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster2-3/+4
2018-02-08block: Move NVMe constants to a separate headerFam Zheng1-697/+1
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell26-74/+152
2018-02-07Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...Peter Maydell37-171/+163
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau1-1/+7
2018-02-07ivshmem: Disable irqfd on device resetLadi Prosek1-0/+4
2018-02-07ivshmem: Improve MSI irqfd error handlingLadi Prosek1-13/+24
2018-02-07ivshmem: Always remove irqfd notifiersLadi Prosek1-3/+23
2018-02-07ivshmem: Don't update non-existent MSI routesLadi Prosek1-2/+10
2018-02-07memory: do explicit cleanup when remove listenersPeter Xu1-4/+0
2018-02-07vfio: listener unregister before unset containerPeter Xu1-4/+12
2018-02-07vhost: add traces for memory listenersPeter Xu2-0/+13
2018-02-06vfio/pci: Add option to disable GeForce quirksAlex Williamson3-3/+9
2018-02-06vfio/common: Remove redundant copy of local variableAlexey Kardashevskiy1-1/+0
2018-02-06hw/vfio/platform: Init the interrupt mutexEric Auger1-0/+2
2018-02-06vfio/pci: Allow relocating MSI-X MMIOAlex Williamson3-1/+101