mbox

[PULL,for-2.12,0/1] vfio fix

Message ID 152295356408.13263.6740252773525355794.stgit@w520.home
State New
Headers show

Pull-request

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

Message

Alex Williamson April 5, 2018, 6:41 p.m. UTC
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(-)

Comments

Peter Maydell April 6, 2018, 12:40 p.m. UTC | #1
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