The following changes since commit 0abaa41d936becd914a16ee1fe2a981d96d19428:
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-08-17 09:46:00 +0100) are available in the Git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20180817.0 for you to fetch changes up to 238e91728503d400e1c4e644e3a9b80f9e621682: vfio/ccw/pci: Allow devices to opt-in for ballooning (2018-08-17 09:27:16 -0600) ---------------------------------------------------------------- VFIO update 2018-08-17 - Enhance balloon inhibitor for multiple users and use around vfio device assignment (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (4): balloon: Allow multiple inhibit users kvm: Use inhibit to prevent ballooning without synchronous mmu vfio: Inhibit ballooning based on group attachment to a container vfio/ccw/pci: Allow devices to opt-in for ballooning accel/kvm/kvm-all.c | 4 ++++ balloon.c | 13 ++++++++--- hw/vfio/ccw.c | 9 ++++++++ hw/vfio/common.c | 51 +++++++++++++++++++++++++++++++++++++++++++ hw/vfio/pci.c | 26 +++++++++++++++++++++- hw/vfio/trace-events | 1 + hw/virtio/virtio-balloon.c | 4 +--- include/hw/vfio/vfio-common.h | 2 ++ 8 files changed, 103 insertions(+), 7 deletions(-)