mbox

[PULL,0/2] VFIO updates 2015-11-10

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20151110.0

Message

Alex Williamson Nov. 10, 2015, 8:08 p.m. UTC
The following changes since commit a1a88589dc982f9f8b6c717c2ac98dd71dd4353d:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151110' into staging (2015-11-10 13:55:07 +0000)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20151110.0

for you to fetch changes up to bdd81addf4033ce26e6cd180b060f63095f3ded9:

  vfio: Use g_new() & friends where that makes obvious sense (2015-11-10 12:11:08 -0700)

----------------------------------------------------------------
VFIO updates 2015-11-10

 - Make Windows happy with vfio-pci devices exposed on conventional
   PCI buses on q35 by hiding PCIe capability (Alex Williamson)
 - Convert to g_new() where appropriate (Markus Armbruster)

----------------------------------------------------------------
Alex Williamson (1):
      vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMs

Markus Armbruster (1):
      vfio: Use g_new() & friends where that makes obvious sense

 hw/vfio/pci-quirks.c | 16 ++++++++--------
 hw/vfio/pci.c        | 40 +++++++++++++++++++++++++++++++++-------
 hw/vfio/platform.c   |  2 +-
 3 files changed, 42 insertions(+), 16 deletions(-)

Comments

Peter Maydell Nov. 11, 2015, 9:33 a.m. UTC | #1
On 10 November 2015 at 20:08, Alex Williamson
<alex.williamson@redhat.com> wrote:
> The following changes since commit a1a88589dc982f9f8b6c717c2ac98dd71dd4353d:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151110' into staging (2015-11-10 13:55:07 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20151110.0
>
> for you to fetch changes up to bdd81addf4033ce26e6cd180b060f63095f3ded9:
>
>   vfio: Use g_new() & friends where that makes obvious sense (2015-11-10 12:11:08 -0700)
>
> ----------------------------------------------------------------
> VFIO updates 2015-11-10
>
>  - Make Windows happy with vfio-pci devices exposed on conventional
>    PCI buses on q35 by hiding PCIe capability (Alex Williamson)
>  - Convert to g_new() where appropriate (Markus Armbruster)
>
> ----------------------------------------------------------------
> Alex Williamson (1):
>       vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMs
>
> Markus Armbruster (1):
>       vfio: Use g_new() & friends where that makes obvious sense

Applied, thanks.

-- PMM