[Qemu-devel] [PULL for-2.12 0/1] vfio fix

Alex Williamson posted 1 patch 7 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/152295356408.13263.6740252773525355794.stgit@w520.home
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
hw/vfio/common.c     | 11 +++++------
hw/vfio/trace-events |  1 +
2 files changed, 6 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL for-2.12 0/1] vfio fix
Posted by Alex Williamson 7 years, 6 months ago
The following changes since commit 0e87fdc966d05f4e5ad868034fcd8ee2a08ca62d:

  Update version for v2.12.0-rc2 release (2018-04-04 20:37:20 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5c08600547c059e3fd072995f9f367cdaf3c7d9d:

  vfio: Use a trace point when a RAM section cannot be DMA mapped (2018-04-05 10:48:52 -0600)

----------------------------------------------------------------
VFIO fixes 2018-04-05

 - Convert over zealous error_report to trace point and make more
   meaningful (Eric Auger)

----------------------------------------------------------------
Eric Auger (1):
      vfio: Use a trace point when a RAM section cannot be DMA mapped

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

Re: [Qemu-devel] [PULL for-2.12 0/1] vfio fix
Posted by Peter Maydell 7 years, 6 months ago
On 5 April 2018 at 19:41, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 0e87fdc966d05f4e5ad868034fcd8ee2a08ca62d:
>
>   Update version for v2.12.0-rc2 release (2018-04-04 20:37:20 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20180405.0
>
> for you to fetch changes up to 5c08600547c059e3fd072995f9f367cdaf3c7d9d:
>
>   vfio: Use a trace point when a RAM section cannot be DMA mapped (2018-04-05 10:48:52 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2018-04-05
>
>  - Convert over zealous error_report to trace point and make more
>    meaningful (Eric Auger)
>
> ----------------------------------------------------------------
> Eric Auger (1):
>       vfio: Use a trace point when a RAM section cannot be DMA mapped
>
>  hw/vfio/common.c     | 11 +++++------
>  hw/vfio/trace-events |  1 +
>  2 files changed, 6 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM