mbox

[PULL,0/3] VFIO fixes + AMD GPU reset workaround

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150428.0

Message

Alex Williamson April 28, 2015, 5:52 p.m. UTC
The following changes since commit 84cbd63f87c1d246f51ec8eee5367a5588f367fd:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-04-28 12:22:20 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150428.0

for you to fetch changes up to 5655f931abcfa5f100d12d021eaed606c2d4ef52:

  vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs (2015-04-28 11:14:02 -0600)

----------------------------------------------------------------
VFIO updates
 - Correction to BAR overflow
 - Fix error sign
 - Reset workaround for AMD Bonaire & Hawaii GPUs

----------------------------------------------------------------
Alex Williamson (3):
      vfio-pci: Further fix BAR size overflow
      vfio-pci: Fix error path sign
      vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs

 hw/vfio/pci.c | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 164 insertions(+), 2 deletions(-)

Comments

Peter Maydell April 30, 2015, 9:09 a.m. UTC | #1
On 28 April 2015 at 18:52, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 84cbd63f87c1d246f51ec8eee5367a5588f367fd:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-04-28 12:22:20 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150428.0
>
> for you to fetch changes up to 5655f931abcfa5f100d12d021eaed606c2d4ef52:
>
>   vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs (2015-04-28 11:14:02 -0600)
>
> ----------------------------------------------------------------
> VFIO updates
>  - Correction to BAR overflow
>  - Fix error sign
>  - Reset workaround for AMD Bonaire & Hawaii GPUs
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM