From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn9gT-0000mc-0n for qemu-devel@nongnu.org; Tue, 28 Apr 2015 13:52:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn9gN-0005tP-V6 for qemu-devel@nongnu.org; Tue, 28 Apr 2015 13:52:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn9gN-0005tF-QI for qemu-devel@nongnu.org; Tue, 28 Apr 2015 13:52:31 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id CE4EF8EFDC for ; Tue, 28 Apr 2015 17:52:30 +0000 (UTC) From: Alex Williamson Date: Tue, 28 Apr 2015 11:52:30 -0600 Message-ID: <20150428175126.22974.5772.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/3] VFIO fixes + AMD GPU reset workaround List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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(-)