qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] Vga 20180524 patches
@ 2018-05-24 15:45 Gerd Hoffmann
  2018-05-24 15:45 ` [Qemu-devel] [PULL 1/7] vga: catch depth 0 Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2018-05-24 15:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-24 17:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 15:45 [Qemu-devel] [PULL 0/7] Vga 20180524 patches Gerd Hoffmann
2018-05-24 15:45 ` [Qemu-devel] [PULL 1/7] vga: catch depth 0 Gerd Hoffmann
2018-05-24 15:45 ` [Qemu-devel] [PULL 2/7] vga: move bochs vbe defines to header file Gerd Hoffmann
2018-05-24 15:45 ` [Qemu-devel] [PULL 3/7] vga-pci: use PCI_VGA_MMIO_SIZE Gerd Hoffmann
2018-05-24 15:45 ` [Qemu-devel] [PULL 4/7] hw/display: add new bochs-display device Gerd Hoffmann
2018-05-24 15:45 ` [Qemu-devel] [PULL 5/7] bochs-display: add dirty tracking support Gerd Hoffmann
2018-05-24 15:45 ` [Qemu-devel] [PULL 6/7] bochs-display: add pcie support Gerd Hoffmann
2018-05-24 15:45 ` [Qemu-devel] [PULL 7/7] MAINTAINERS: add vga entries Gerd Hoffmann
2018-05-24 17:33 ` [Qemu-devel] [PULL 0/7] Vga 20180524 patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).