mbox

[PULL,0/3] vfio updates 2019-03-11

Message ID 155233206671.8141.2579745444621332750.stgit@gimli.home (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Alex Williamson March 11, 2019, 7:22 p.m. UTC
The following changes since commit 2e35c7738e16452a95aec1fbef5e8b6f38a2d647:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190311-v2-pull-request' into staging (2019-03-11 13:45:37 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 8781c701445d83145ac1e69714e76a643f5525da:

  vfio/display: delay link up event (2019-03-11 12:59:59 -0600)

----------------------------------------------------------------
VFIO updates 2019-03-11

 - Resolution support for mdev displays supporting EDID interface
   (Gerd Hoffmann)

----------------------------------------------------------------
Gerd Hoffmann (3):
      vfio/display: add edid support.
      vfio/display: add xres + yres properties
      vfio/display: delay link up event

 hw/vfio/display.c             | 169 ++++++++++++++++++++++++++++++++++++++++++
 hw/vfio/pci.c                 |  12 +++
 hw/vfio/pci.h                 |   2 +
 hw/vfio/trace-events          |   7 ++
 include/hw/vfio/vfio-common.h |   4 +
 5 files changed, 194 insertions(+)

Comments

Peter Maydell March 12, 2019, 3:25 p.m. UTC | #1
On Mon, 11 Mar 2019 at 19:31, Alex Williamson
<alex.williamson@redhat.com> wrote:
>
> The following changes since commit 2e35c7738e16452a95aec1fbef5e8b6f38a2d647:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190311-v2-pull-request' into staging (2019-03-11 13:45:37 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20190311.0
>
> for you to fetch changes up to 8781c701445d83145ac1e69714e76a643f5525da:
>
>   vfio/display: delay link up event (2019-03-11 12:59:59 -0600)
>
> ----------------------------------------------------------------
> VFIO updates 2019-03-11
>
>  - Resolution support for mdev displays supporting EDID interface
>    (Gerd Hoffmann)
>
> ----------------------------------------------------------------
> Gerd Hoffmann (3):
>       vfio/display: add edid support.
>       vfio/display: add xres + yres properties
>       vfio/display: delay link up event
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM