From: Thomas Huth <huth@tuxfamily.org>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
qemu-devel@nongnu.org, kwolf@redhat.com, famz@redhat.com,
qemu-block@nongnu.org, jasowang@redhat.com, dgilbert@redhat.com,
mreitz@redhat.com, hpoussin@reactos.org, kraxel@redhat.com,
pbonzini@redhat.com, aurelien@aurel32.net, laurent@vivier.eu
Subject: Re: [Qemu-devel] [PATCH v6 04/10] hw/m68k: add macfb video card
Date: Tue, 6 Nov 2018 16:03:59 +0100 [thread overview]
Message-ID: <b77a47ba-d94f-a1d5-4fce-254ed7742970@tuxfamily.org> (raw)
In-Reply-To: <20181102152257.20637-5-mark.cave-ayland@ilande.co.uk>
On 2018-11-02 16:22, Mark Cave-Ayland wrote:
> From: Laurent Vivier <laurent@vivier.eu>
>
> Co-developed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
> arch_init.c | 4 +
> hw/display/Makefile.objs | 1 +
> hw/display/macfb.c | 419 +++++++++++++++++++++++++++++++++++++++++++++
> include/hw/display/macfb.h | 43 +++++
> qemu-options.hx | 2 +-
> vl.c | 3 +-
> 6 files changed, 470 insertions(+), 2 deletions(-)
> create mode 100644 hw/display/macfb.c
> create mode 100644 include/hw/display/macfb.h
Again, due to lack of knowledge about the Mac hardware, just a weak:
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
next prev parent reply other threads:[~2018-11-06 15:13 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-02 15:22 [Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 01/10] hw/m68k: add via support Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 02/10] hw/m68k: implement ADB bus support for via Mark Cave-Ayland
2018-11-06 14:59 ` Thomas Huth
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 03/10] escc: introduce a selector for the register bit Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 04/10] hw/m68k: add macfb video card Mark Cave-Ayland
2018-11-06 15:03 ` Thomas Huth [this message]
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 05/10] esp: add pseudo-DMA as used by Macintosh Mark Cave-Ayland
2019-01-25 5:48 ` Thomas Huth
2019-05-24 19:00 ` Laurent Vivier
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 06/10] hw/m68k: add Nubus support Mark Cave-Ayland
2018-11-06 15:42 ` Thomas Huth
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 07/10] hw/m68k: add Nubus support for macfb video card Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 08/10] hw/m68k: add a dummy SWIM floppy controller Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 09/10] dp8393x: manage big endian bus Mark Cave-Ayland
2018-11-02 15:22 ` [Qemu-devel] [PATCH v6 10/10] hw/m68k: define Macintosh Quadra 800 Mark Cave-Ayland
2018-11-04 6:53 ` [Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine no-reply
2018-11-04 13:41 ` Mark Cave-Ayland
2018-11-06 14:57 ` Thomas Huth
2018-11-07 12:02 ` no-reply
2019-01-24 17:02 ` Thomas Huth
2019-01-24 17:15 ` Laurent Vivier
2019-01-24 17:37 ` Mark Cave-Ayland
2019-01-25 5:55 ` Thomas Huth
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=b77a47ba-d94f-a1d5-4fce-254ed7742970@tuxfamily.org \
--to=huth@tuxfamily.org \
--cc=aurelien@aurel32.net \
--cc=dgilbert@redhat.com \
--cc=famz@redhat.com \
--cc=hpoussin@reactos.org \
--cc=jasowang@redhat.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=laurent@vivier.eu \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--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).