mbox

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

Message ID 155081340903.23160.4034617687275790161.stgit@gimli.home (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Alex Williamson Feb. 22, 2019, 5:33 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 22, 2019, 5:31 p.m. UTC | #1
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