From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: Jason Thorpe <thorpej@me.com>, qemu-devel@nongnu.org
Cc: "Emilio G. Cota" <cota@braap.org>,
Richard Henderson <richard.henderson@linaro.org>
Subject: Re: [PATCH 0/8] PALcode fixes required to run NetBSD/alpha.
Date: Thu, 3 Jun 2021 11:26:06 +0200 [thread overview]
Message-ID: <fd38a88e-d04f-be18-d756-df6281d881e3@amsat.org> (raw)
In-Reply-To: <20210603035317.6814-1-thorpej@me.com>
Cc'ing Richard & Emilio.
On 6/3/21 5:53 AM, Jason Thorpe wrote:
> Included here are a set of patches that fix issues in qemu-palcode needed
> to run NetBSD/alpha under Qemu. Some fix garden-variety bugs, some fix
> deviations from the architecture specification or behavior of the SRM
> console on real Alpha hardware.
>
> Two of the changes (patch 6 and patch 7) also require other fixes in
> Qemu itself, which will be submitted separately. However, the changes
> are fully compatible with existing Qemu alpha VMs because Linux does
> not use the the SRM PCI interrupt mapping information (it has its own
> tables for the system variations it supports) or the Console Terminal
> Block in the HWRPB.
>
> Jason Thorpe (8):
> Make qemu-palcode build environment standalone. NFC.
> Fix delivery of unaligned access exceptions.
> Fix initialization of the hwrpb.hwrpb.cpuid field.
> Make some PCI macros available to other files. NFC.
> Fix incorrect initialization of PCI BARs.
> Provide interrupt mapping information in PCI config registers.
> Provide a Console Terminal Block in the HWRPB.
> Fixes for seconday CPU start-up.
>
> hwrpb.h | 54 +++++++++++++++++++++++++++++++
> init.c | 88 +++++++++++++++++++++++++++++++++++++++------------
> memcpy.c | 2 +-
> memset.c | 2 +-
> pal.S | 15 ++++++---
> pci.c | 31 +++++++++++++-----
> pci.h | 5 +++
> printf.c | 4 +--
> protos.h | 30 +++++++++++++++---
> sys-clipper.h | 27 ++++++++++++++++
> vgaio.c | 2 ++
> 11 files changed, 218 insertions(+), 42 deletions(-)
>
next prev parent reply other threads:[~2021-06-03 9:30 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-03 3:53 [PATCH 0/8] PALcode fixes required to run NetBSD/alpha Jason Thorpe
2021-06-03 3:53 ` [PATCH 1/8] Make qemu-palcode build environment standalone. NFC Jason Thorpe
2021-06-05 23:27 ` Richard Henderson
2021-06-03 3:53 ` [PATCH 2/8] Fix delivery of unaligned access exceptions Jason Thorpe
2021-06-05 23:28 ` Richard Henderson
2021-06-03 3:53 ` [PATCH 3/8] Fix initialization of the hwrpb.hwrpb.cpuid field Jason Thorpe
2021-06-06 0:28 ` Richard Henderson
2021-06-03 3:53 ` [PATCH 4/8] Make some PCI macros available to other files. NFC Jason Thorpe
2021-06-06 0:32 ` Richard Henderson
2021-06-03 3:53 ` [PATCH 5/8] Fix incorrect initialization of PCI BARs Jason Thorpe
2021-06-03 9:24 ` Philippe Mathieu-Daudé
2021-06-04 18:23 ` Jason Thorpe
2021-06-06 0:41 ` Richard Henderson
2021-06-03 3:53 ` [PATCH 6/8] Provide interrupt mapping information in PCI config registers Jason Thorpe
2021-06-06 1:49 ` Richard Henderson
2021-06-03 3:53 ` [PATCH 7/8] Provide a Console Terminal Block in the HWRPB Jason Thorpe
2021-06-06 19:27 ` Richard Henderson
2021-06-06 20:12 ` Jason Thorpe
2021-06-03 3:53 ` [PATCH 8/8] Fixes for seconday CPU start-up Jason Thorpe
2021-06-06 20:27 ` Richard Henderson
2021-06-03 9:26 ` Philippe Mathieu-Daudé [this message]
2021-06-06 20:30 ` [PATCH 0/8] PALcode fixes required to run NetBSD/alpha Richard Henderson
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=fd38a88e-d04f-be18-d756-df6281d881e3@amsat.org \
--to=f4bug@amsat.org \
--cc=cota@braap.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=thorpej@me.com \
/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).