From: Helge Deller <deller@gmx.de>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: Sven Schnelle <svens@stackframe.org>
Subject: Re: [PATCH v2 2/6] hw/hppa: Allow up to 16 emulated CPUs
Date: Tue, 1 Feb 2022 10:37:00 +0100 [thread overview]
Message-ID: <31459e62-32f7-13fb-ad93-a96bd0095f76@gmx.de> (raw)
In-Reply-To: <11f84353-dccb-60d8-77f0-2b0f7cb030a6@linaro.org>
On 1/31/22 23:05, Richard Henderson wrote:
> On 2/1/22 08:35, Helge Deller wrote:
>> This brings the hppa_hardware.h file in sync with the copy in the
>> SeaBIOS-hppa sources.
>>
>> In order to support up to 16 CPUs, it's required to move the HPA for
>> MEMORY_HPA out of the address space of the 16th CPU.
>>
>> Signed-off-by: Helge Deller<deller@gmx.de>
>> ---
>> hw/hppa/hppa_hardware.h | 5 +++--
>> 1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/hw/hppa/hppa_hardware.h b/hw/hppa/hppa_hardware.h
>> index bc258895c9..5edf577563 100644
>> --- a/hw/hppa/hppa_hardware.h
>> +++ b/hw/hppa/hppa_hardware.h
>> @@ -25,7 +25,7 @@
>> #define LASI_GFX_HPA 0xf8000000
>> #define ARTIST_FB_ADDR 0xf9000000
>> #define CPU_HPA 0xfffb0000
>> -#define MEMORY_HPA 0xfffbf000
>> +#define MEMORY_HPA 0xfffff000
>
> You could mention that you're moving it *well* out of the way,
> perhaps. I was first confused about why the gap between the two
> numbers was so large.
Yes, I will add that info to the commit message.
>> +#define PIM_STORAGE_SIZE 600 /* storage size of pdc_pim_toc_struct (64bit) */
>
> Belongs to the next patch? Completely unused?
No, it's used internally in various places inside the SeaBIOS sources (and
is relevant for the TOC/NMI feature).
It's part of this patch, because this patch syncs the SeaBIOS and qemu files
(as stated in the first sentence of this commit message).
> Otherwise,
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Thanks!
Helge
next prev parent reply other threads:[~2022-02-01 9:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-31 21:35 [PATCH v2 0/6] Fixes and updates for hppa target Helge Deller
2022-01-31 21:35 ` [PATCH v2 1/6] seabios-hppa: Update SeaBIOS-hppa to VERSION 3 Helge Deller
2022-01-31 21:35 ` [PATCH v2 2/6] hw/hppa: Allow up to 16 emulated CPUs Helge Deller
2022-01-31 22:05 ` Richard Henderson
2022-02-01 9:37 ` Helge Deller [this message]
2022-01-31 21:35 ` [PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button Helge Deller
2022-01-31 22:06 ` Richard Henderson
2022-01-31 23:56 ` Philippe Mathieu-Daudé via
2024-05-29 15:11 ` Philippe Mathieu-Daudé
2024-05-29 20:06 ` Helge Deller
2022-01-31 21:35 ` [PATCH v2 4/6] hw/display/artist: rewrite vram access mode handling Helge Deller
2022-01-31 21:35 ` [PATCH v2 5/6] hw/display/artist: Mouse cursor fixes for HP-UX Helge Deller
2022-01-31 21:35 ` [PATCH v2 6/6] hw/display/artist: Fix draw_line() artefacts Helge Deller
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=31459e62-32f7-13fb-ad93-a96bd0095f76@gmx.de \
--to=deller@gmx.de \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=svens@stackframe.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).