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

Alex Williamson posted 3 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170210214127.22071.16525.stgit@gimli.home
Test checkpatch passed
Test docker passed
Test s390x passed
default-configs/arm-softmmu.mak | 2 ++
hw/vfio/Makefile.objs           | 4 ++--
hw/vfio/pci-quirks.c            | 6 +++++-
3 files changed, 9 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/3] VFIO updates 2017-02-10
Posted by Alex Williamson 7 years, 2 months ago
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(-)

Re: [Qemu-devel] [PULL 0/3] VFIO updates 2017-02-10
Posted by Peter Maydell 7 years, 2 months ago
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