mbox

[PULL,0/1] Vga 20200316 patches

Message ID 20200316124820.22063-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann March 16, 2020, 12:48 p.m. UTC
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(-)

Comments

Peter Maydell March 16, 2020, 6:16 p.m. UTC | #1
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