mbox

[PULL,0/4] VFIO update 2018-08-17

Message ID 153452552631.13804.12031418293966530953.stgit@gimli.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20180817.0

Message

Alex Williamson Aug. 17, 2018, 5:08 p.m. UTC
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(-)

Comments

Peter Maydell Aug. 20, 2018, 8:47 a.m. UTC | #1
On 17 August 2018 at 18:08, Alex Williamson <alex.williamson@redhat.com> wrote:
> 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)
>

Applied, thanks.

-- PMM