mbox

[PULL,0/1] VFIO fixes 2016-09-15

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

Pull-request

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

Message

Alex Williamson Sept. 15, 2016, 6:24 p.m. UTC
The following changes since commit 9f16390cd3cdd85fa20739f07120f4d697c11837:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into
staging (2016-09-15 14:56:36 +0100)

are available in the git repository at:


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

for you to fetch changes up to 6d17a018d09801a2b18133a4febd81433bb0cf85:

  vfio/pci: Fix regression in MSI routing configuration (2016-09-15 10:41:36
-0600)

----------------------------------------------------------------
VFIO fixes 2016-09-15

Fix a 2.7.0 regression affecting POWER8 systems in relation to EEH,
possibly extending to subtle changes for other devices and archs.
(David Gibson)

----------------------------------------------------------------
David Gibson (1):
      vfio/pci: Fix regression in MSI routing configuration

 hw/vfio/pci.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Peter Maydell Sept. 16, 2016, 10:43 a.m. UTC | #1
On 15 September 2016 at 19:24, Alex Williamson
<alex.williamson@redhat.com> wrote:
> The following changes since commit 9f16390cd3cdd85fa20739f07120f4d697c11837:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into
> staging (2016-09-15 14:56:36 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20160915.0
>
> for you to fetch changes up to 6d17a018d09801a2b18133a4febd81433bb0cf85:
>
>   vfio/pci: Fix regression in MSI routing configuration (2016-09-15 10:41:36
> -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2016-09-15
>
> Fix a 2.7.0 regression affecting POWER8 systems in relation to EEH,
> possibly extending to subtle changes for other devices and archs.
> (David Gibson)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM