The following changes since commit 3392fbee4e435658733bbe9aab23392660558b59:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging (2018-08-23 12:28:17 +0100) are available in the Git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20180823.1 for you to fetch changes up to 154304cd6e99e4222ed762976f9d9aca33c094d3: postcopy: Synchronize usage of the balloon inhibitor (2018-08-23 10:45:58 -0600) ---------------------------------------------------------------- VFIO fixes 2018-08-23 - Fix coverity reported issue with use of realpath (Alex Williamson) - Cleanup file descriptor in error path (Alex Williamson) - Fix postcopy use of new balloon inhibitor (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (3): vfio/pci: Handle subsystem realpath() returning NULL vfio/pci: Fix failure to close file descriptor on error postcopy: Synchronize usage of the balloon inhibitor hw/vfio/common.c | 1 + hw/vfio/pci.c | 2 +- migration/postcopy-ram.c | 18 ++++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-)