mbox

[PULL,0/3] VFIO updates 2017-02-10

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170210.0

Message

Alex Williamson Feb. 10, 2017, 9:42 p.m. UTC
The following changes since commit 98b2faeaee96ab084d0b1669918688d8895c155f:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into
staging (2017-02-10 18:07:02 +0000)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170210.0

for you to fetch changes up to e197de50c6cfad69d2c26c22693b57678ae99d14:

  hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbe (2017-02-10
13:12:03 -0700)

----------------------------------------------------------------
VFIO updates 2017-02-10

 - Fix GTT wrap-around for Skylake IGD assignment (Alex Williamson)
 - Tag vfio-pci-igd-lpc-bridge as bridge device category (Thomas Huth)
 - Don't build calxeda-xgmac or amd-xgbe except on ARM (Thomas Huth)

----------------------------------------------------------------
Alex Williamson (1):
      vfio-pci: Fix GTT wrap-around for Skylake+ IGD

Thomas Huth (2):
      hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" device
      hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbe

 default-configs/arm-softmmu.mak | 2 ++
 hw/vfio/Makefile.objs           | 4 ++--
 hw/vfio/pci-quirks.c            | 6 +++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

Comments

Peter Maydell Feb. 13, 2017, 10:15 a.m. UTC | #1
On 10 February 2017 at 21:42, Alex Williamson
<alex.williamson@redhat.com> wrote:
> The following changes since commit 98b2faeaee96ab084d0b1669918688d8895c155f:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into
> staging (2017-02-10 18:07:02 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170210.0
>
> for you to fetch changes up to e197de50c6cfad69d2c26c22693b57678ae99d14:
>
>   hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbe (2017-02-10
> 13:12:03 -0700)
>
> ----------------------------------------------------------------
> VFIO updates 2017-02-10
>
>  - Fix GTT wrap-around for Skylake IGD assignment (Alex Williamson)
>  - Tag vfio-pci-igd-lpc-bridge as bridge device category (Thomas Huth)
>  - Don't build calxeda-xgmac or amd-xgbe except on ARM (Thomas Huth)
>
> ----------------------------------------------------------------
> Alex Williamson (1):
>       vfio-pci: Fix GTT wrap-around for Skylake+ IGD
>
> Thomas Huth (2):
>       hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" device
>       hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbe

Applied, thanks.

-- PMM