[PULL 0/1] Vga 20200316 patches

Gerd Hoffmann posted 1 patch 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200316124820.22063-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/display/bochs-display.c | 4 ++--
hw/display/vga-pci.c       | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
[PULL 0/1] Vga 20200316 patches
Posted by Gerd Hoffmann 4 years, 1 month ago
The following changes since commit 61c265f0660ee476985808c8aa7915617c44fd53:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200313a' into staging (2020-03-13 10:33:04 +0000)

are available in the Git repository at:

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

for you to fetch changes up to f872c76296b991fde4db5fb87a1cfbd8d4c22c88:

  stdvga+bochs-display: add dummy mmio handler (2020-03-16 12:40:47 +0100)

----------------------------------------------------------------
vga: stdvga/bochs mmio fix.

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

Gerd Hoffmann (1):
  stdvga+bochs-display: add dummy mmio handler

 hw/display/bochs-display.c | 4 ++--
 hw/display/vga-pci.c       | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.18.2


Re: [PULL 0/1] Vga 20200316 patches
Posted by Peter Maydell 4 years, 1 month ago
On Mon, 16 Mar 2020 at 14:26, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 61c265f0660ee476985808c8aa7915617c44fd53:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200313a' into staging (2020-03-13 10:33:04 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20200316-pull-request
>
> for you to fetch changes up to f872c76296b991fde4db5fb87a1cfbd8d4c22c88:
>
>   stdvga+bochs-display: add dummy mmio handler (2020-03-16 12:40:47 +0100)
>
> ----------------------------------------------------------------
> vga: stdvga/bochs mmio fix.
>
> ----------------------------------------------------------------
>


Applied, thanks.

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

-- PMM