[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 23/24] exec/cpu-all: Extract page-protection definitions to p
From: |
Nicholas Piggin |
Subject: |
Re: [PATCH 23/24] exec/cpu-all: Extract page-protection definitions to page-prot-common.h |
Date: |
Fri, 22 Dec 2023 18:06:11 +1000 |
On Tue Dec 12, 2023 at 7:20 AM AEST, Philippe Mathieu-Daudé wrote:
> Extract page-protection definitions from "exec/cpu-all.h"
> to "exec/page-prot-common.h".
>
> The list of files requiring the new header was generated
> using:
>
> $ git grep -wE \
> 'PAGE_(READ|WRITE|EXEC|BITS|VALID|ANON|RESERVED|TARGET_.|PASSTHROUGH)'
Acked-by: Nicholas Piggin <npiggin@gmail.com> (ppc)
Looks trivial for ppc, so fine. But what's the difference between
-common.h and -all.h suffix?
Thanks,
Nick
- [PATCH 16/24] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion, (continued)
- [PATCH 16/24] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion, Philippe Mathieu-Daudé, 2023/12/11
- [PATCH 17/24] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation, Philippe Mathieu-Daudé, 2023/12/11
- [PATCH 18/24] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h', Philippe Mathieu-Daudé, 2023/12/11
- [PATCH 19/24] exec/user: Do not include 'cpu.h' in 'abitypes.h', Philippe Mathieu-Daudé, 2023/12/11
- [PATCH 20/24] exec: Declare abi_ptr type in its own 'tcg/abi_ptr.h' header, Philippe Mathieu-Daudé, 2023/12/11
- [PATCH 21/24] exec/cpu_ldst: Avoid including 'cpu.h', Philippe Mathieu-Daudé, 2023/12/11
- [PATCH 22/24] exec/cpu-all: Restrict inclusion of 'exec/user/guest-base.h', Philippe Mathieu-Daudé, 2023/12/11
- [PATCH 23/24] exec/cpu-all: Extract page-protection definitions to page-prot-common.h, Philippe Mathieu-Daudé, 2023/12/11
- Re: [PATCH 23/24] exec/cpu-all: Extract page-protection definitions to page-prot-common.h,
Nicholas Piggin <=
- [PATCH 24/24] target: Restrict 'sysemu/reset.h' to system emulation, Philippe Mathieu-Daudé, 2023/12/11