qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] Vga 20181015 patches
@ 2018-10-15  9:05 Gerd Hoffmann
  2018-10-15  9:05 ` [Qemu-devel] [PULL 1/7] edid: fix alignment issues Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2018-10-15  9:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marcel Apfelbaum, Gerd Hoffmann, Michael S. Tsirkin

The following changes since commit a73549f99612f758dec0fdea6ae1c30b6c709a0b:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181012-pull-request' into staging (2018-10-12 16:45:51 +0100)

are available in the git repository at:

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

for you to fetch changes up to 9f42e0b3c2355c4a2475124c3fc40421a88de813:

  Makefile: Install new vgabios binaries (2018-10-15 09:57:33 +0200)

----------------------------------------------------------------
vga: config tweaks, edid updates, qxl bugfix, install new vgabios blobs.

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

Alex Williamson (1):
  Makefile: Install new vgabios binaries

Gerd Hoffmann (5):
  edid: fix alignment issues
  display: add separate config option for bochs-display
  bochs-display: wire up edid support
  qxl: check qxl_phys2virt return value
  i2c: switch ddc to use the new edid generator

Thomas Huth (1):
  hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate
    file

 Makefile                         |   1 +
 hw/display/cirrus_vga_internal.h | 103 ++++++++++++++++++++
 include/hw/i2c/i2c-ddc.h         |   4 +-
 hw/display/bochs-display.c       |  13 +++
 hw/display/cirrus_vga.c          | 143 +---------------------------
 hw/display/cirrus_vga_isa.c      |  98 +++++++++++++++++++
 hw/display/edid-generate.c       |   8 +-
 hw/display/qxl.c                 |   2 +-
 hw/i2c/i2c-ddc.c                 | 200 ++-------------------------------------
 default-configs/pci.mak          |   1 +
 hw/display/Makefile.objs         |   4 +-
 11 files changed, 240 insertions(+), 337 deletions(-)
 create mode 100644 hw/display/cirrus_vga_internal.h
 create mode 100644 hw/display/cirrus_vga_isa.c

-- 
2.9.3

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

end of thread, other threads:[~2018-10-15 16:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-15  9:05 [Qemu-devel] [PULL 0/7] Vga 20181015 patches Gerd Hoffmann
2018-10-15  9:05 ` [Qemu-devel] [PULL 1/7] edid: fix alignment issues Gerd Hoffmann
2018-10-15  9:05 ` [Qemu-devel] [PULL 2/7] display: add separate config option for bochs-display Gerd Hoffmann
2018-10-15  9:05 ` [Qemu-devel] [PULL 3/7] bochs-display: wire up edid support Gerd Hoffmann
2018-10-15  9:05 ` [Qemu-devel] [PULL 4/7] qxl: check qxl_phys2virt return value Gerd Hoffmann
2018-10-15  9:05 ` [Qemu-devel] [PULL 5/7] i2c: switch ddc to use the new edid generator Gerd Hoffmann
2018-10-15  9:05 ` [Qemu-devel] [PULL 6/7] hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file Gerd Hoffmann
2018-10-15  9:05 ` [Qemu-devel] [PULL 7/7] Makefile: Install new vgabios binaries Gerd Hoffmann
2018-10-15 16:01 ` [Qemu-devel] [PULL 0/7] Vga 20181015 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).