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

Alex Williamson posted 3 patches 5 years, 1 month ago
Test checkpatch passed
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/155233206671.8141.2579745444621332750.stgit@gimli.home
Maintainers: Alex Williamson <alex.williamson@redhat.com>
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(+)
[Qemu-devel] [PULL 0/3] vfio updates 2019-03-11
Posted by Alex Williamson 5 years, 1 month ago
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(+)

Re: [Qemu-devel] [PULL 0/3] vfio updates 2019-03-11
Posted by Peter Maydell 5 years, 1 month ago
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