[Qemu-devel] [PULL 0/7] Vga 20180524 patches

Gerd Hoffmann posted 7 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180524154556.17876-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 failed
Test s390x passed
hw/display/vga_int.h           |  35 +---
include/hw/display/bochs-vbe.h |  69 ++++++++
hw/display/bochs-display.c     | 363 +++++++++++++++++++++++++++++++++++++++++
hw/display/vga-pci.c           |  19 +--
hw/display/vga.c               |  23 ++-
MAINTAINERS                    |  21 +++
hw/display/Makefile.objs       |   1 +
7 files changed, 478 insertions(+), 53 deletions(-)
create mode 100644 include/hw/display/bochs-vbe.h
create mode 100644 hw/display/bochs-display.c
[Qemu-devel] [PULL 0/7] Vga 20180524 patches
Posted by Gerd Hoffmann 7 years, 5 months ago
The following changes since commit 4f50c1673a89b07f376ce5c42d22d79a79cd466d:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-05-22 09:43:58 +0100)

are available in the git repository at:

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

for you to fetch changes up to dbb2e4726c76dbffb39efe6623bf75d2ec1db8bc:

  MAINTAINERS: add vga entries (2018-05-24 10:42:13 +0200)

----------------------------------------------------------------
vga: catch depth 0
hw/display: add new bochs-display device
some cleanups.

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

Gerd Hoffmann (7):
  vga: catch depth 0
  vga: move bochs vbe defines to header file
  vga-pci: use PCI_VGA_MMIO_SIZE
  hw/display: add new bochs-display device
  bochs-display: add dirty tracking support
  bochs-display: add pcie support
  MAINTAINERS: add vga entries

 hw/display/vga_int.h           |  35 +---
 include/hw/display/bochs-vbe.h |  69 ++++++++
 hw/display/bochs-display.c     | 363 +++++++++++++++++++++++++++++++++++++++++
 hw/display/vga-pci.c           |  19 +--
 hw/display/vga.c               |  23 ++-
 MAINTAINERS                    |  21 +++
 hw/display/Makefile.objs       |   1 +
 7 files changed, 478 insertions(+), 53 deletions(-)
 create mode 100644 include/hw/display/bochs-vbe.h
 create mode 100644 hw/display/bochs-display.c

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/7] Vga 20180524 patches
Posted by Peter Maydell 7 years, 5 months ago
On 24 May 2018 at 16:45, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 4f50c1673a89b07f376ce5c42d22d79a79cd466d:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-05-22 09:43:58 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20180524-pull-request
>
> for you to fetch changes up to dbb2e4726c76dbffb39efe6623bf75d2ec1db8bc:
>
>   MAINTAINERS: add vga entries (2018-05-24 10:42:13 +0200)
>
> ----------------------------------------------------------------
> vga: catch depth 0
> hw/display: add new bochs-display device
> some cleanups.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM