* [PATCH] hvf: arm: Remove PL1_WRITE_MASK
@ 2024-04-22 9:27 Zenghui Yu
2024-04-25 19:11 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2024-04-22 9:27 UTC (permalink / raw)
To: qemu-arm, qemu-devel; +Cc: agraf, peter.maydell, wanghaibin.wang, Zenghui Yu
As it had never been used since the first commit a1477da3ddeb ("hvf: Add
Apple Silicon support").
Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
---
target/arm/hvf/hvf.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c
index 65a5601804..015e96a6d3 100644
--- a/target/arm/hvf/hvf.c
+++ b/target/arm/hvf/hvf.c
@@ -150,7 +150,6 @@ void hvf_arm_init_debug(void)
#define HVF_SYSREG(crn, crm, op0, op1, op2) \
ENCODE_AA64_CP_REG(CP_REG_ARM64_SYSREG_CP, crn, crm, op0, op1, op2)
-#define PL1_WRITE_MASK 0x4
#define SYSREG_OP0_SHIFT 20
#define SYSREG_OP0_MASK 0x3
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hvf: arm: Remove PL1_WRITE_MASK
2024-04-22 9:27 [PATCH] hvf: arm: Remove PL1_WRITE_MASK Zenghui Yu
@ 2024-04-25 19:11 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2024-04-25 19:11 UTC (permalink / raw)
To: Zenghui Yu; +Cc: qemu-arm, qemu-devel, agraf, wanghaibin.wang
On Mon, 22 Apr 2024 at 10:27, Zenghui Yu <zenghui.yu@linux.dev> wrote:
>
> As it had never been used since the first commit a1477da3ddeb ("hvf: Add
> Apple Silicon support").
>
> Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
> ---
> target/arm/hvf/hvf.c | 1 -
Applied to target-arm.next, thanks.
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-25 19:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22 9:27 [PATCH] hvf: arm: Remove PL1_WRITE_MASK Zenghui Yu
2024-04-25 19:11 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).