qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RW


From: Richard Henderson
Subject: Re: [PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RWX
Date: Sun, 5 May 2024 10:28:11 -0700
User-agent: Mozilla Thunderbird

On 5/5/24 05:10, BALATON Zoltan wrote:
This macro can be used to abbreviate PAGE_READ | PAGE_WRITE | PAGE_EXEC
for which PAGE_RWX is a better name and renaming it also shows it is
not related to TARGET_PAGE_BITS.

Signed-off-by: BALATON Zoltan<balaton@eik.bme.hu>
---
  accel/tcg/user-exec.c      | 2 +-
  bsd-user/mmap.c            | 6 +++---
  include/exec/cpu-common.h  | 2 +-
  linux-user/elfload.c       | 2 +-
  linux-user/mmap.c          | 2 +-
  target/cris/mmu.c          | 4 ++--
  target/microblaze/helper.c | 2 +-
  7 files changed, 10 insertions(+), 10 deletions(-)

Reasonable.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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