All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabiano Rosas <farosas@linux.ibm.com>
To: "Cédric Le Goater" <clg@kaod.org>,
	"Segher Boessenkool" <segher@kernel.crashing.org>
Cc: danielhb413@gmail.com, qemu-devel@nongnu.org,
	qemu-ppc@nongnu.org, openbios@openbios.org,
	david@gibson.dropbear.id.au
Subject: Re: [OpenBIOS] Re: [RFC PATCH 0/2] QEMU/openbios: PPC Software TLB support in the G4 family
Date: Fri, 26 Nov 2021 10:02:51 -0300	[thread overview]
Message-ID: <87czmnqdc4.fsf@linux.ibm.com> (raw)
In-Reply-To: <37135ecd-dec9-860f-69b7-cffe97b0ee8a@kaod.org>

Cédric Le Goater <clg@kaod.org> writes:

> On 11/26/21 13:13, Fabiano Rosas wrote:
>> Segher Boessenkool <segher@kernel.crashing.org> writes:
>> 
>>> Hi!
>>>
>>> On Fri, Nov 26, 2021 at 09:34:44AM +0100, Cédric Le Goater wrote:
>>>> On 11/25/21 10:38, Segher Boessenkool wrote:
>>>>> On Thu, Nov 25, 2021 at 01:45:00AM +0100, BALATON Zoltan wrote:
>>>>>> As for guests, those running on the said PowerMac G4 should have support
>>>>>> for these CPUs so maybe you can try some Mac OS X versions (or maybe
>>>>>
>>>>> OSX uses hardware pagetables.
>>>>>
>>>>>> MorphOS but that is not the best for debugging as there's no source
>>>>>> available nor any help from its owners but just to see if it boots it may
>>>>>> be sufficient, it should work on real PowerMac G4).
>>>>>
>>>>> I have no idea what MorphOS uses, but I bet HPT as well.  That is
>>>>> because HPT is fastest in general.  Software TLB reloads are good in
>>>>> special cases only; the most common is real-time OSes, which can use its
>>>>> lower guaranteed latency for some special address spaces (and can have a
>>>>> simpler address map in general).
>>>>
>>>> The support was added to QEMU knowing that Linux didn't handle soft TLBs.
>>>> And the commit says that it was kept disabled initially. I guess that was
>>>> broken these last years.
>>>
>>> Ah :-)  So when was it enabled, do you know?
>> 
>> Hm.. That commit message does not match the code. They simply added the
>> software TLB implementation to an already existing SOFT_74xx MMU
>> model. I don't see anything that would keep it disabled at that time.
>> 
>
> because most of the cpu definitions in ppc_defs[] are protected by a :
>
> #if defined (TODO)
>
> See below. commit 8ca3f6c3824c ("Allow selection of all defined PowerPC
> 74xx (aka G4) CPUs.") removed the TODO without a reason :/ This is old,
> when SVN was in used.

Ah nice catch!


  reply	other threads:[~2021-11-26 13:05 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19 13:44 [RFC PATCH 0/2] QEMU/openbios: PPC Software TLB support in the G4 family Fabiano Rosas
2021-11-19 13:44 ` [RFC PATCH 1/2] ppc: Add support for MPC7450 software TLB miss interrupts Fabiano Rosas
2021-11-19 13:44 ` [RFC PATCH 2/2] ppc: Add PVRs for the MPC7450 family Fabiano Rosas
2021-11-24 22:00 ` [RFC PATCH 0/2] QEMU/openbios: PPC Software TLB support in the G4 family Fabiano Rosas
2021-11-25  0:45   ` BALATON Zoltan
2021-11-25  8:11     ` Cédric Le Goater
2021-11-25 14:03       ` BALATON Zoltan
2021-11-25 14:28         ` Cédric Le Goater
2021-11-25  9:38     ` [OpenBIOS] " Segher Boessenkool
2021-11-26  8:34       ` Cédric Le Goater
2021-11-26 10:37         ` Segher Boessenkool
2021-11-26 12:13           ` Fabiano Rosas
2021-11-26 12:45             ` Cédric Le Goater
2021-11-26 13:02               ` Fabiano Rosas [this message]
2021-11-26 12:43     ` Fabiano Rosas
2021-11-26 14:46       ` BALATON Zoltan
2021-11-26  8:01   ` Mark Cave-Ayland
2021-11-26  8:40     ` Cédric Le Goater
2021-11-26  8:56       ` Mark Cave-Ayland
2021-11-26 12:31         ` Fabiano Rosas
2021-11-26 13:53           ` Cédric Le Goater
2021-11-26 15:02             ` BALATON Zoltan
2021-11-29 15:28             ` Fabiano Rosas
2022-01-07  8:19               ` Cédric Le Goater
2022-01-07 13:19                 ` Fabiano Rosas
2022-01-07 13:51                   ` Cédric Le Goater
2022-01-07 23:19                     ` [OpenBIOS] " Mark Cave-Ayland

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=87czmnqdc4.fsf@linux.ibm.com \
    --to=farosas@linux.ibm.com \
    --cc=clg@kaod.org \
    --cc=danielhb413@gmail.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=openbios@openbios.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=segher@kernel.crashing.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.