qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 00/13] M68k next patches


From: Richard Henderson
Subject: Re: [PULL 00/13] M68k next patches
Date: Fri, 8 Oct 2021 06:29:47 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/8/21 4:45 AM, Laurent Vivier wrote:
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(-)

Applied, thanks.  Please update the wiki for the changelog.

r~




reply via email to

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