All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
To: Laurent Vivier <laurent@vivier.eu>,
	Thomas Huth <huth@tuxfamily.org>,
	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
Subject: Re: [Qemu-devel] [PATCH v6 00/10] hw/m68k: add Apple Machintosh Quadra 800 machine
Date: Thu, 24 Jan 2019 17:37:59 +0000	[thread overview]
Message-ID: <e400f594-288d-38bb-2b15-4d7d50bfcf76@ilande.co.uk> (raw)
In-Reply-To: <3d217d08-56c9-4bab-f897-9ebe67910168@vivier.eu>

On 24/01/2019 17:15, Laurent Vivier wrote:

> On 24/01/2019 18:02, Thomas Huth wrote:
>> On 2018-11-02 16:22, Mark Cave-Ayland wrote:
>>> (MCA: here's the latest version of the q800 patchset. I've hope that I've
>>> addressed most of the comments, plus this will now boot into the Debian
>>> installer correctly when applied to git master.
>>
>> Any update on this series? Why did it get stalled again?
>>
> 
> I was thinking about this today.
> 
> Mark, perhaps you can send a rebased version of the series?
> 
> I think we need reviews for "esp: add pseudo-DMA as used by Macintosh".

I've just done a quick rebase and push of my latest branch to
https://github.com/mcayland/qemu/tree/q800-dev-part1-mca and from what I can tell it
still boots using the test command line in both graphic and -nographic mode.

Unfortuantely I have a lot less time this dev cycle than normal, so I'm going to hand
this back over to Laurent for now while I focus back on SPARC/PPC. From my notes the
outstanding things to look at are:


1) Do we mind some of the more verbose comments that were taken from the Linux
headers in some of the files? (I can also see that updates to the comment checking in
checkpatch.pl now cause the series to fail with style issues, so these will need to
be touched up regardless)

2) Do we need to add migration support for the ESP pseudo-DMA?

3) Is there a Linux test docker image available?


Other than these points I think the series is about good to go.


ATB,

Mark.

  reply	other threads:[~2019-01-24 17:38 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
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 [this message]
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=e400f594-288d-38bb-2b15-4d7d50bfcf76@ilande.co.uk \
    --to=mark.cave-ayland@ilande.co.uk \
    --cc=aurelien@aurel32.net \
    --cc=dgilbert@redhat.com \
    --cc=famz@redhat.com \
    --cc=hpoussin@reactos.org \
    --cc=huth@tuxfamily.org \
    --cc=jasowang@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=laurent@vivier.eu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.