Age | Commit message (Expand) | Author | Files | Lines |
2018-02-13 | virtio-balloon: include statistics of disk/file caches | Tomáš Golembiovský | 1 | -0/+1 |
2018-02-13 | lpc: drop pcie host dependency | Michael S. Tsirkin | 1 | -1/+0 |
2018-02-13 | hw/pci-bridge: fix pcie root port's IO hints capability | Marcel Apfelbaum | 1 | -5/+19 |
2018-02-13 | virtio-balloon: unref the memory region before continuing | Tiwei Bie | 1 | -0/+1 |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan | 12 | -16/+26 |
2018-02-08 | virtio-blk: enable multiple vectors when using multiple I/O queues | Changpeng Liu | 1 | -2/+12 |
2018-02-08 | pci/bus: let it has higher migration priority | Peter Xu | 7 | -1/+7 |
2018-02-08 | pci-bridge/i82801b11: clear bridge registers on platform reset | Laszlo Ersek | 1 | -0/+1 |
2018-02-08 | vhost: Move log_dirty check | Dr. David Alan Gilbert | 2 | -7/+14 |
2018-02-08 | vhost: Merge and delete unused callbacks | Dr. David Alan Gilbert | 1 | -28/+5 |
2018-02-08 | vhost: Clean out old vhost_set_memory and friends | Dr. David Alan Gilbert | 1 | -251/+0 |
2018-02-08 | vhost: Regenerate region list from changed sections list | Dr. David Alan Gilbert | 2 | -4/+36 |
2018-02-08 | vhost: Merge sections added to temporary list | Dr. David Alan Gilbert | 2 | -9/+71 |
2018-02-08 | vhost: Simplify ring verification checks | Dr. David Alan Gilbert | 1 | -37/+42 |
2018-02-08 | vhost: Build temporary section list and deref after commit | Dr. David Alan Gilbert | 1 | -26/+47 |
2018-02-08 | virtio: improve virtio devices initialization time | Gal Hammer | 1 | -2/+20 |
2018-02-08 | virtio: remove event notifier cleanup call on de-assign | Gal Hammer | 5 | -4/+18 |
2018-02-08 | Revert "vhost: add traces for memory listeners" | Michael S. Tsirkin | 2 | -13/+0 |
2018-02-08 | block: Move NVMe constants to a separate header | Fam Zheng | 1 | -697/+1 |
2018-02-07 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 26 | -74/+152 |
2018-02-07 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into... | Peter Maydell | 37 | -171/+163 |
2018-02-07 | memfd: add error argument, instead of perror() | Marc-André Lureau | 1 | -1/+7 |
2018-02-07 | ivshmem: Disable irqfd on device reset | Ladi Prosek | 1 | -0/+4 |
2018-02-07 | ivshmem: Improve MSI irqfd error handling | Ladi Prosek | 1 | -13/+24 |
2018-02-07 | ivshmem: Always remove irqfd notifiers | Ladi Prosek | 1 | -3/+23 |
2018-02-07 | ivshmem: Don't update non-existent MSI routes | Ladi Prosek | 1 | -2/+10 |
2018-02-07 | memory: do explicit cleanup when remove listeners | Peter Xu | 1 | -4/+0 |
2018-02-07 | vfio: listener unregister before unset container | Peter Xu | 1 | -4/+12 |
2018-02-07 | vhost: add traces for memory listeners | Peter Xu | 2 | -0/+13 |
2018-02-06 | vfio/pci: Add option to disable GeForce quirks | Alex Williamson | 3 | -3/+9 |
2018-02-06 | vfio/common: Remove redundant copy of local variable | Alexey Kardashevskiy | 1 | -1/+0 |
2018-02-06 | hw/vfio/platform: Init the interrupt mutex | Eric Auger | 1 | -0/+2 |
2018-02-06 | vfio/pci: Allow relocating MSI-X MMIO | Alex Williamson | 3 | -1/+101 |
2018-02-06 | qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR | Alex Williamson | 1 | -0/+11 |
2018-02-06 | vfio/pci: Emulate BARs | Alex Williamson | 1 | -0/+2 |
2018-02-06 | vfio/pci: Add base BAR MemoryRegion | Alex Williamson | 2 | -25/+72 |
2018-02-06 | vfio/pci: Fixup VFIOMSIXInfo comment | Alex Williamson | 1 | -1/+1 |
2018-02-06 | spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device | Alexey Kardashevskiy | 1 | -0/+18 |
2018-02-06 | vfio/spapr: Use iommu memory region's get_attr() | Alexey Kardashevskiy | 2 | -0/+28 |
2018-02-06 | hw/xen*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2 | -6/+8 |
2018-02-06 | hw/sparc*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 4 | -25/+21 |
2018-02-06 | hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF() | Alistair Francis | 1 | -3/+4 |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 7 | -31/+28 |
2018-02-06 | hw/pci*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2 | -5/+5 |
2018-02-06 | hw/openrisc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -2/+2 |
2018-02-06 | hw/moxie: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -7/+6 |
2018-02-06 | hw/mips: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 5 | -33/+27 |
2018-02-06 | hw/lm32: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2 | -8/+6 |
2018-02-06 | hw/dma: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -18/+18 |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 11 | -33/+38 |