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

Alex Williamson posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170223193048.16909.25661.stgit@gimli.home
Test checkpatch passed
Test docker passed
Test s390x passed
hw/vfio/pci-quirks.c | 65 ++++++++++++++++++++++++++++++----------------------
hw/vfio/pci.c        | 37 +++++++++++++++++++++---------
2 files changed, 64 insertions(+), 38 deletions(-)
[Qemu-devel] [PULL 0/3] VFIO updates 2017-02-23
Posted by Alex Williamson 7 years, 1 month ago
The following changes since commit 796b288f7be875045670f963ce99991b3c8e96ac:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-02-21 15:48:22 +0000)

are available in the git repository at:


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

for you to fetch changes up to c2b2e158cc7b1cb431bd6039824ec13c3184a775:

  vfio/pci-quirks.c: Disable stolen memory for igd VFIO (2017-02-22 13:19:59 -0700)

----------------------------------------------------------------
VFIO updates 2017-02-23

 - Report qdev_unplug errors (Alex Williamson)
 - Fix ecap ID 0 handling, improve comment (Alex Williamson)
 - Disable IGD stolen memory in UPT mode too (Xiong Zhang)

----------------------------------------------------------------
Alex Williamson (2):
      vfio/pci: Report errors from qdev_unplug() via device request
      vfio/pci: Improve extended capability comments, skip masked caps

XiongZhang (1):
      vfio/pci-quirks.c: Disable stolen memory for igd VFIO

 hw/vfio/pci-quirks.c | 65 ++++++++++++++++++++++++++++++----------------------
 hw/vfio/pci.c        | 37 +++++++++++++++++++++---------
 2 files changed, 64 insertions(+), 38 deletions(-)

Re: [Qemu-devel] [PULL 0/3] VFIO updates 2017-02-23
Posted by Peter Maydell 7 years, 1 month ago
On 23 February 2017 at 19:32, Alex Williamson
<alex.williamson@redhat.com> wrote:
> The following changes since commit 796b288f7be875045670f963ce99991b3c8e96ac:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-02-21 15:48:22 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170223.0
>
> for you to fetch changes up to c2b2e158cc7b1cb431bd6039824ec13c3184a775:
>
>   vfio/pci-quirks.c: Disable stolen memory for igd VFIO (2017-02-22 13:19:59 -0700)
>
> ----------------------------------------------------------------
> VFIO updates 2017-02-23
>
>  - Report qdev_unplug errors (Alex Williamson)
>  - Fix ecap ID 0 handling, improve comment (Alex Williamson)
>  - Disable IGD stolen memory in UPT mode too (Xiong Zhang)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM