mbox

[PULL,0/3] vfio: Fix coverity, postcopy, and error path issues

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20180823.1

Message

Alex Williamson Aug. 23, 2018, 6:27 p.m. UTC
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(-)

Comments

Peter Maydell Aug. 25, 2018, 12:08 p.m. UTC | #1
On 23 August 2018 at 19:27, Alex Williamson <alex.williamson@redhat.com> wrote:
> 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(-)

Applied, thanks.

-- PMM