aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand
2018-02-09s390x/tcg: remove SMP warningDavid Hildenbrand
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand
2018-02-09s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand
2018-02-09s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand
2018-02-09s390x/tcg: simplify lookup of flicDavid Hildenbrand
2018-02-09s390x/flic: simplify flic initializationDavid Hildenbrand
2018-02-08block: Move NVMe constants to a separate headerFam Zheng
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-07Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...Peter Maydell
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau
2018-02-07ivshmem: Disable irqfd on device resetLadi Prosek
2018-02-07ivshmem: Improve MSI irqfd error handlingLadi Prosek
2018-02-07ivshmem: Always remove irqfd notifiersLadi Prosek
2018-02-07ivshmem: Don't update non-existent MSI routesLadi Prosek
2018-02-07memory: do explicit cleanup when remove listenersPeter Xu
2018-02-07vfio: listener unregister before unset containerPeter Xu
2018-02-07vhost: add traces for memory listenersPeter Xu
2018-02-06vfio/pci: Add option to disable GeForce quirksAlex Williamson
2018-02-06vfio/common: Remove redundant copy of local variableAlexey Kardashevskiy
2018-02-06hw/vfio/platform: Init the interrupt mutexEric Auger
2018-02-06vfio/pci: Allow relocating MSI-X MMIOAlex Williamson
2018-02-06qapi: Create DEFINE_PROP_OFF_AUTO_PCIBARAlex Williamson
2018-02-06vfio/pci: Emulate BARsAlex Williamson
2018-02-06vfio/pci: Add base BAR MemoryRegionAlex Williamson
2018-02-06vfio/pci: Fixup VFIOMSIXInfo commentAlex Williamson
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy
2018-02-06vfio/spapr: Use iommu memory region's get_attr()Alexey Kardashevskiy
2018-02-06hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/moxie: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/dma: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-02-06Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into stagingPeter Maydell
2018-02-05exynos4210: workaround UBSAN compilation errorMarc-André Lureau
2018-02-05i2c: Add a CONFIG_I2C master switch to the configuration filesThomas Huth
2018-02-05scsi-generic: Simplify error handling codeFam Zheng
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé