mbox

[PULL,0/6] vfio updates 2018-10-15

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

Pull-request

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

Message

Alex Williamson Oct. 15, 2018, 5:36 p.m. UTC
The following changes since commit ff56877e911782dedc9a424233fd3f62369c258c:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181015-pull-request' into staging (2018-10-15 15:03:45 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 2683ccd5be8f4bad197aa95bf29154640519f4c2:

  vfio-pci: make vfio-pci device more QOM conventional (2018-10-15 11:22:29 -0600)

----------------------------------------------------------------
VFIO updates 2018-10-15

 - ramfb support for vfio-pci via new -nohotplug device variant
   (Gerd Hoffmann)

 - Preparation for generic DT pass-through in vfio-platform
   (Geert Uytterhoeven & Eric Auger)

 - vfio-pci QOM fixups (Li Qiang)

----------------------------------------------------------------
Eric Auger (2):
      vfio/platform: Make the vfio-platform device non-abstract
      hw/arm/sysbus-fdt: Allow device matching with DT compatible value

Geert Uytterhoeven (1):
      hw/arm/virt: Allow dynamic vfio-platform devices again

Gerd Hoffmann (2):
      stubs: add ramfb
      hw/vfio/display: add ramfb support

Li Qiang (1):
      vfio-pci: make vfio-pci device more QOM conventional

 hw/arm/sysbus-fdt.c             | 61 +++++++++++++++++++++++++++++++----------
 hw/arm/virt.c                   |  1 +
 hw/vfio/amd-xgbe.c              |  1 +
 hw/vfio/calxeda-xgmac.c         |  1 +
 hw/vfio/display.c               | 12 ++++++++
 hw/vfio/pci.c                   | 54 ++++++++++++++++++++++++++----------
 hw/vfio/pci.h                   |  1 +
 hw/vfio/platform.c              | 25 ++++++++++++++++-
 include/hw/vfio/vfio-common.h   |  2 ++
 include/hw/vfio/vfio-platform.h |  3 +-
 stubs/Makefile.objs             |  1 +
 stubs/ramfb.c                   | 13 +++++++++
 12 files changed, 145 insertions(+), 30 deletions(-)
 create mode 100644 stubs/ramfb.c

Comments

Peter Maydell Oct. 16, 2018, 8:18 a.m. UTC | #1
On 15 October 2018 at 18:36, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit ff56877e911782dedc9a424233fd3f62369c258c:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181015-pull-request' into staging (2018-10-15 15:03:45 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20181015.0
>
> for you to fetch changes up to 2683ccd5be8f4bad197aa95bf29154640519f4c2:
>
>   vfio-pci: make vfio-pci device more QOM conventional (2018-10-15 11:22:29 -0600)
>
> ----------------------------------------------------------------
> VFIO updates 2018-10-15
>
>  - ramfb support for vfio-pci via new -nohotplug device variant
>    (Gerd Hoffmann)
>
>  - Preparation for generic DT pass-through in vfio-platform
>    (Geert Uytterhoeven & Eric Auger)
>
>  - vfio-pci QOM fixups (Li Qiang)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM