[PULL 00/13] M68k next patches

Laurent Vivier posted 13 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211008114518.757615-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
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(-)
[PULL 00/13] M68k next patches
Posted by Laurent Vivier 2 years, 6 months ago
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


Re: [PULL 00/13] M68k next patches
Posted by Richard Henderson 2 years, 6 months ago
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~