[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/4] Invert Endian bit in SPARCv9 MMU TTE
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 0/4] Invert Endian bit in SPARCv9 MMU TTE |
Date: |
Wed, 17 Jul 2019 12:09:18 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 17/07/19 07:57, address@hidden wrote:
> This patchset implements the IE (Invert Endian) bit in SPARCv9 MMU TTE.
>
> It is an attempt of the instructions outlined by Richard Henderson to Mark
> Cave-Ayland.
>
> Tested with OpenBSD on sun4u. Solaris 10 is my actual goal, but unfortunately
> a
> separate keyboard issue remains in the way.
It's very good, I'm just a bit worried that the meaning of MemOp is
slightly different between memory API and TCG. I've replied to patch 2
with the details.
Paolo