All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Keith Packard" <keithp@keithp.com>
To: Alistair Francis <alistair23@gmail.com>
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	qemu-arm <qemu-arm@nongnu.org>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Alistair Francis" <Alistair.Francis@wdc.com>,
	"Sagar Karandikar" <sagark@eecs.berkeley.edu>,
	"Bastian Koppelmann" <kbastian@mail.uni-paderborn.de>,
	"open list:RISC-V" <qemu-riscv@nongnu.org>
Subject: Re: [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories [v3]
Date: Mon, 09 Nov 2020 21:25:48 -0800	[thread overview]
Message-ID: <87y2j9hjfn.fsf@keithp.com> (raw)
In-Reply-To: <CAKmqyKP1kiitjexn9jPxNq=qrC3sm88++a_LF5rjNEcxiU1C=w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

Alistair Francis <alistair23@gmail.com> writes:

> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>

Thanks much. I think we'll need some help getting the next two patches
reviewed; that touches ARM code. The last patch is also RISC-V only.

-- 
-keith

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "Keith Packard" via <qemu-devel@nongnu.org>
To: Alistair Francis <alistair23@gmail.com>
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	qemu-arm <qemu-arm@nongnu.org>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Alistair Francis" <Alistair.Francis@wdc.com>,
	"Sagar Karandikar" <sagark@eecs.berkeley.edu>,
	"Bastian Koppelmann" <kbastian@mail.uni-paderborn.de>,
	"open list:RISC-V" <qemu-riscv@nongnu.org>
Subject: Re: [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories [v3]
Date: Mon, 09 Nov 2020 21:25:48 -0800	[thread overview]
Message-ID: <87y2j9hjfn.fsf@keithp.com> (raw)
In-Reply-To: <CAKmqyKP1kiitjexn9jPxNq=qrC3sm88++a_LF5rjNEcxiU1C=w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

Alistair Francis <alistair23@gmail.com> writes:

> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>

Thanks much. I think we'll need some help getting the next two patches
reviewed; that touches ARM code. The last patch is also RISC-V only.

-- 
-keith

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2020-11-10  5:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28 18:57 [PATCH 0/4] Add RISC-V semihosting support Keith Packard
2020-10-28 18:57 ` Keith Packard via
2020-10-28 18:57 ` [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories [v3] Keith Packard
2020-10-28 18:57   ` Keith Packard via
2020-11-09 23:17   ` Alistair Francis
2020-11-09 23:17     ` Alistair Francis
2020-11-10  5:25     ` Keith Packard [this message]
2020-11-10  5:25       ` Keith Packard via
2020-10-28 18:57 ` [PATCH 2/4] semihosting: Change common-semi API to be architecture-independent Keith Packard
2020-10-28 18:57   ` Keith Packard via
2020-11-11 22:08   ` Alistair Francis
2020-11-11 22:08     ` Alistair Francis
2020-10-28 18:57 ` [PATCH 3/4] semihosting: Change internal common-semi interfaces to use CPUState * Keith Packard
2020-10-28 18:57   ` Keith Packard via
2020-11-11 22:29   ` Alistair Francis
2020-11-11 22:29     ` Alistair Francis
2020-11-11 22:55     ` Keith Packard
2020-11-11 22:55       ` Keith Packard via
2020-10-28 18:57 ` [PATCH 4/4] riscv: Add semihosting support [v11] Keith Packard
2020-10-28 18:57   ` Keith Packard via
2020-11-11 22:19   ` Alistair Francis
2020-11-11 22:19     ` Alistair Francis
2020-11-11 22:49     ` Keith Packard
2020-11-11 22:49       ` Keith Packard via
2020-10-28 19:09 ` [PATCH 0/4] Add RISC-V semihosting support no-reply
2020-10-28 19:09   ` no-reply

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=87y2j9hjfn.fsf@keithp.com \
    --to=keithp@keithp.com \
    --cc=Alistair.Francis@wdc.com \
    --cc=alex.bennee@linaro.org \
    --cc=alistair23@gmail.com \
    --cc=kbastian@mail.uni-paderborn.de \
    --cc=laurent@vivier.eu \
    --cc=palmer@dabbelt.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    --cc=sagark@eecs.berkeley.edu \
    /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.