[Qemu-devel] [PULL 0/2] Vga 20190111 patches

Gerd Hoffmann posted 2 patches 5 years, 2 months ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190111135835.3453-1-kraxel@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>
hw/i2c/i2c-ddc.c         |  2 +-
tests/display-vga-test.c | 10 +++++-----
tests/Makefile.include   |  5 +++++
3 files changed, 11 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/2] Vga 20190111 patches
Posted by Gerd Hoffmann 5 years, 2 months ago
The following changes since commit a311f891abf3833c1e4c5a62a6e5b0f1b81f22c3:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging (2019-01-10 17:49:54 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/vga-20190111-pull-request

for you to fetch changes up to b05b267840515730dbf6753495d5b7bd8b04ad1c:

  i2c-ddc: fix oob read (2019-01-11 11:45:00 +0100)

----------------------------------------------------------------
vga: enable virtio test, fix ddc oob read

----------------------------------------------------------------

Gerd Hoffmann (1):
  i2c-ddc: fix oob read

Thomas Huth (1):
  tests/display-vga: Enable virtio-vga test

 hw/i2c/i2c-ddc.c         |  2 +-
 tests/display-vga-test.c | 10 +++++-----
 tests/Makefile.include   |  5 +++++
 3 files changed, 11 insertions(+), 6 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Vga 20190111 patches
Posted by Peter Maydell 5 years, 2 months ago
On Fri, 11 Jan 2019 at 14:00, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit a311f891abf3833c1e4c5a62a6e5b0f1b81f22c3:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging (2019-01-10 17:49:54 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190111-pull-request
>
> for you to fetch changes up to b05b267840515730dbf6753495d5b7bd8b04ad1c:
>
>   i2c-ddc: fix oob read (2019-01-11 11:45:00 +0100)
>
> ----------------------------------------------------------------
> vga: enable virtio test, fix ddc oob read
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   i2c-ddc: fix oob read
>
> Thomas Huth (1):
>   tests/display-vga: Enable virtio-vga test
Applied, thanks.

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

-- PMM