[Qemu-devel] [PULL 0/2] vfio updates 2019-02-21

Alex Williamson posted 2 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/155081340903.23160.4034617687275790161.stgit@gimli.home
Maintainers: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/common.c     | 134 ++++++++++++++++++++++++++++++++++-----------------
hw/vfio/trace-events |   1 +
2 files changed, 90 insertions(+), 45 deletions(-)
[Qemu-devel] [PULL 0/2] vfio updates 2019-02-21
Posted by Alex Williamson 6 years, 8 months ago
The following changes since commit fc3dbb90f2eb069801bfb4cfe9cbc83cf9c5f4a9:

  Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-02-21 13:09:33 +0000)

are available in the Git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20190221.0

for you to fetch changes up to 2b6326c0bf2c686ae83d6904899cb80e9ad7a6fb:

  hw/vfio/common: Refactor container initialization (2019-02-21 21:07:03 -0700)

----------------------------------------------------------------
VFIO updates 2019-02-21

 - Workaround kernel overflow bug in vfio type1 DMA unmap
   (Alex Williamson)

 - Refactor vfio container initialization (Eric Auger)

----------------------------------------------------------------
Alex Williamson (1):
      vfio/common: Work around kernel overflow bug in DMA unmap

Eric Auger (1):
      hw/vfio/common: Refactor container initialization

 hw/vfio/common.c     | 134 ++++++++++++++++++++++++++++++++++-----------------
 hw/vfio/trace-events |   1 +
 2 files changed, 90 insertions(+), 45 deletions(-)

Re: [Qemu-devel] [PULL 0/2] vfio updates 2019-02-21
Posted by Peter Maydell 6 years, 8 months ago
On Fri, 22 Feb 2019 at 05:35, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit fc3dbb90f2eb069801bfb4cfe9cbc83cf9c5f4a9:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-02-21 13:09:33 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20190221.0
>
> for you to fetch changes up to 2b6326c0bf2c686ae83d6904899cb80e9ad7a6fb:
>
>   hw/vfio/common: Refactor container initialization (2019-02-21 21:07:03 -0700)
>
> ----------------------------------------------------------------
> VFIO updates 2019-02-21
>
>  - Workaround kernel overflow bug in vfio type1 DMA unmap
>    (Alex Williamson)
>
>  - Refactor vfio container initialization (Eric Auger)
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM