qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 00/13] M68k next patches


From: Laurent Vivier
Subject: [PULL 00/13] M68k next patches
Date: Fri, 8 Oct 2021 13:45:05 +0200

The following changes since commit 14f12119aa675e9e28207a48b0728a2daa5b88d6:

  Merge remote-tracking branch 
'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2' into staging (2021-10-07 
10:26:35 -0700)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/m68k-next-pull-request

for you to fetch changes up to efd0c37edc8efe7dccc2356f4a07f33581bc9e67:

  q800: wire macfb IRQ to separate video interrupt on VIA2 (2021-10-08 13:31:03 
+0200)

----------------------------------------------------------------
Pull request q800 20211008

macfb: fixes for booting MacOS

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

Mark Cave-Ayland (13):
  macfb: handle errors that occur during realize
  macfb: update macfb.c to use the Error API best practices
  macfb: fix invalid object reference in macfb_common_realize()
  macfb: fix overflow of color_palette array
  macfb: use memory_region_init_ram() in macfb_common_realize() for the
    framebuffer
  macfb: add trace events for reading and writing the control registers
  macfb: implement mode sense to allow display type to be detected
  macfb: add qdev property to specify display type
  macfb: add common monitor modes supported by the MacOS toolbox ROM
  macfb: fix up 1-bit pixel encoding
  macfb: fix 24-bit RGB pixel encoding
  macfb: add vertical blank interrupt
  q800: wire macfb IRQ to separate video interrupt on VIA2

 include/hw/display/macfb.h |  43 +++++
 hw/display/macfb.c         | 386 ++++++++++++++++++++++++++++++++++---
 hw/m68k/q800.c             |  23 ++-
 hw/display/trace-events    |   7 +
 4 files changed, 429 insertions(+), 30 deletions(-)

-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]