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: Philippe Mathieu-Daudé
Subject: Re: [PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RWX
Date: Mon, 6 May 2024 09:26:50 +0200
User-agent: Mozilla Thunderbird

On 5/5/24 14: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(-)

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

and patch queued, thanks!




reply via email to

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