aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-02-13virtio-balloon: include statistics of disk/file cachesTomáš Golembiovský1-0/+1
2018-02-13lpc: drop pcie host dependencyMichael S. Tsirkin1-1/+0
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum1-5/+19
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie1-0/+1
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan12-16/+26
2018-02-08virtio-blk: enable multiple vectors when using multiple I/O queuesChangpeng Liu1-2/+12
2018-02-08pci/bus: let it has higher migration priorityPeter Xu7-1/+7
2018-02-08pci-bridge/i82801b11: clear bridge registers on platform resetLaszlo Ersek1-0/+1
2018-02-08vhost: Move log_dirty checkDr. David Alan Gilbert2-7/+14
2018-02-08vhost: Merge and delete unused callbacksDr. David Alan Gilbert1-28/+5
2018-02-08vhost: Clean out old vhost_set_memory and friendsDr. David Alan Gilbert1-251/+0
2018-02-08vhost: Regenerate region list from changed sections listDr. David Alan Gilbert2-4/+36
2018-02-08vhost: Merge sections added to temporary listDr. David Alan Gilbert2-9/+71
2018-02-08vhost: Simplify ring verification checksDr. David Alan Gilbert1-37/+42
2018-02-08vhost: Build temporary section list and deref after commitDr. David Alan Gilbert1-26/+47
2018-02-08virtio: improve virtio devices initialization timeGal Hammer1-2/+20
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer5-4/+18
2018-02-08Revert "vhost: add traces for memory listeners"Michael S. Tsirkin2-13/+0
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
2018-02-06qapi: Create DEFINE_PROP_OFF_AUTO_PCIBARAlex Williamson1-0/+11
2018-02-06vfio/pci: Emulate BARsAlex Williamson1-0/+2
2018-02-06vfio/pci: Add base BAR MemoryRegionAlex Williamson2-25/+72
2018-02-06vfio/pci: Fixup VFIOMSIXInfo commentAlex Williamson1-1/+1
2018-02-06spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM deviceAlexey Kardashevskiy1-0/+18
2018-02-06vfio/spapr: Use iommu memory region's get_attr()Alexey Kardashevskiy2-0/+28
2018-02-06hw/xen*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2-6/+8
2018-02-06hw/sparc*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis4-25/+21
2018-02-06hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF()Alistair Francis1-3/+4
2018-02-06hw/ppc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis7-31/+28
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2-5/+5
2018-02-06hw/openrisc: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+2
2018-02-06hw/moxie: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-7/+6
2018-02-06hw/mips: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis5-33/+27
2018-02-06hw/lm32: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2-8/+6
2018-02-06hw/dma: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-18/+18
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis11-33/+38