qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/6] target/ppc/mmu_common: Fix table layout of "info tlb" HM


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 2/6] target/ppc/mmu_common: Fix table layout of "info tlb" HMP command
Date: Fri, 16 Dec 2022 17:24:33 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

On 16/12/22 15:57, Bernhard Beschow wrote:
Starting with the URWX columns the columns didn't line up.
Before:

   QEMU 7.2.50 monitor - type 'help' for more information
   (qemu) info tlb

   TLB0:
   Effective          Physical           Size TID   TS SRWX URWX WIMGE U0123
   0x0000000000a80000 0x000000000105d000   4K 117   0  SR--UR-- --M-- U----
   0x0000000000100000 0x000000000114e000   4K 117   0  SR--UR-- --M-- U----
   <snip

   TLB1:
   Effective          Physical           Size TID   TS SRWX URWX WIMGE U0123
   0x00000000c0000000 0x0000000000000000  16M 0     0  SR-XU--- --M-- U----
   0x00000000c1000000 0x0000000001000000  16M 0     0  SRW-U--- --M-- U----
   <snip>
   (qemu)

After:

   QEMU 7.2.50 monitor - type 'help' for more information
   (qemu) info tlb

   TLB0:
   Effective          Physical           Size TID   TS SRWX URWX WIMGE U0123
   0x00000000b7a00000 0x000000000fcf5000   4K 18    0  SR-- UR-- --M-- U----
   0x0000000000800000 0x000000000fd73000   4K 18    0  SR-- UR-X --M-- U----
   <snip>

   TLB1:
   Effective          Physical           Size TID   TS SRWX URWX WIMGE U0123
   0x00000000c0000000 0x0000000000000000  16M 0     0  SR-X U--- --M-- U----
   0x00000000c1000000 0x0000000001000000  16M 0     0  SRW- U--- --M-- U----
   <snip>
   (qemu)

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
  target/ppc/mmu_common.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]