qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Laurent Vivier <laurent@vivier.eu>, qemu-devel@nongnu.org
Subject: Re: [PULL 00/13] M68k next patches
Date: Fri, 8 Oct 2021 06:29:47 -0700	[thread overview]
Message-ID: <78410b27-b7d3-3978-7eac-f13a1bafe16e@linaro.org> (raw)
In-Reply-To: <20211008114518.757615-1-laurent@vivier.eu>

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~



      parent reply	other threads:[~2021-10-08 13:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 11:45 [PULL 00/13] M68k next patches Laurent Vivier
2021-10-08 11:45 ` [PULL 01/13] macfb: handle errors that occur during realize Laurent Vivier
2021-10-08 11:45 ` [PULL 02/13] macfb: update macfb.c to use the Error API best practices Laurent Vivier
2021-10-08 11:45 ` [PULL 03/13] macfb: fix invalid object reference in macfb_common_realize() Laurent Vivier
2021-10-08 11:45 ` [PULL 04/13] macfb: fix overflow of color_palette array Laurent Vivier
2021-10-08 11:45 ` [PULL 05/13] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer Laurent Vivier
2021-10-08 11:45 ` [PULL 06/13] macfb: add trace events for reading and writing the control registers Laurent Vivier
2021-10-08 11:45 ` [PULL 07/13] macfb: implement mode sense to allow display type to be detected Laurent Vivier
2021-10-08 11:45 ` [PULL 08/13] macfb: add qdev property to specify display type Laurent Vivier
2021-10-08 11:45 ` [PULL 09/13] macfb: add common monitor modes supported by the MacOS toolbox ROM Laurent Vivier
2021-11-05 15:56   ` Peter Maydell
2021-11-05 16:43     ` Laurent Vivier
2021-10-08 11:45 ` [PULL 10/13] macfb: fix up 1-bit pixel encoding Laurent Vivier
2021-10-08 11:45 ` [PULL 11/13] macfb: fix 24-bit RGB " Laurent Vivier
2021-10-08 11:45 ` [PULL 12/13] macfb: add vertical blank interrupt Laurent Vivier
2021-10-08 11:45 ` [PULL 13/13] q800: wire macfb IRQ to separate video interrupt on VIA2 Laurent Vivier
2021-10-08 13:29 ` Richard Henderson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78410b27-b7d3-3978-7eac-f13a1bafe16e@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).