Age | Commit message (Expand) | Author |
2018-02-07 | tests: keep compiling failing vhost-user tests | Marc-André Lureau |
2018-02-07 | Add memfd based hostmem | Marc-André Lureau |
2018-02-07 | memfd: add hugetlbsize argument | Marc-André Lureau |
2018-02-07 | memfd: add hugetlb support | Marc-André Lureau |
2018-02-07 | memfd: add error argument, instead of perror() | Marc-André Lureau |
2018-02-07 | cpus: join thread when removing a vCPU | Paolo Bonzini |
2018-02-07 | cpus: hvf: unregister thread with RCU | Paolo Bonzini |
2018-02-07 | cpus: tcg: unregister thread with RCU, fix exiting of loop on unplug | Paolo Bonzini |
2018-02-07 | cpus: dummy: unregister thread with RCU, exit loop on unplug | Paolo Bonzini |
2018-02-07 | cpus: kvm: unregister thread with RCU | Paolo Bonzini |
2018-02-07 | cpus: hax: register/unregister thread with RCU, exit loop on unplug | Paolo Bonzini |
2018-02-07 | ivshmem: Disable irqfd on device reset | Ladi Prosek |
2018-02-07 | ivshmem: Improve MSI irqfd error handling | Ladi Prosek |
2018-02-07 | ivshmem: Always remove irqfd notifiers | Ladi Prosek |
2018-02-07 | ivshmem: Don't update non-existent MSI routes | Ladi Prosek |
2018-02-07 | chardev/char-socket: add POLLHUP handler | Klim Kireev |
2018-02-07 | memory: do explicit cleanup when remove listeners | Peter Xu |
2018-02-07 | vfio: listener unregister before unset container | Peter Xu |
2018-02-07 | arm: postpone device listener unregister | Peter Xu |
2018-02-07 | vhost: add traces for memory listeners | Peter Xu |
2018-02-07 | ucontext: annotate coroutine stack for ASAN | Marc-André Lureau |
2018-02-07 | build-sys: add --enable-sanitizers | Marc-André Lureau |
2018-02-07 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180206a'... | Peter Maydell |
2018-02-06 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell |
2018-02-06 | vfio/pci: Add option to disable GeForce quirks | Alex Williamson |
2018-02-06 | vfio/common: Remove redundant copy of local variable | Alexey Kardashevskiy |
2018-02-06 | hw/vfio/platform: Init the interrupt mutex | Eric Auger |
2018-02-06 | vfio/pci: Allow relocating MSI-X MMIO | Alex Williamson |
2018-02-06 | qapi: Create DEFINE_PROP_OFF_AUTO_PCIBAR | Alex Williamson |
2018-02-06 | vfio/pci: Emulate BARs | Alex Williamson |
2018-02-06 | vfio/pci: Add base BAR MemoryRegion | Alex Williamson |
2018-02-06 | vfio/pci: Fixup VFIOMSIXInfo comment | Alex Williamson |
2018-02-06 | spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device | Alexey Kardashevskiy |
2018-02-06 | vfio/spapr: Use iommu memory region's get_attr() | Alexey Kardashevskiy |
2018-02-06 | memory/iommu: Add get_attr() | Alexey Kardashevskiy |
2018-02-06 | tcg: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/xen*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/sparc*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF() | Alistair Francis |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/pci*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/openrisc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/moxie: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/mips: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/lm32: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/dma: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2018-02-06 | error: Improve documentation of error_append_hint() | Markus Armbruster |
2018-02-06 | migration: incoming postcopy advise sanity checks | Greg Kurz |