qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 06/34] exec: [VADDR] Move vaddr defines to separate file


From: Richard Henderson
Subject: Re: [RFC PATCH 06/34] exec: [VADDR] Move vaddr defines to separate file
Date: Sat, 27 Jan 2024 18:45:35 +1000
User-agent: Mozilla Thunderbird

On 1/27/24 18:36, Richard Henderson wrote:
On 1/20/24 00:39, Anton Johansson wrote:
--- a/include/exec/cpu-common.h
+++ b/include/exec/cpu-common.h
@@ -14,18 +14,6 @@
  #define EXCP_YIELD      0x10004 /* cpu wants to yield timeslice to another */
  #define EXCP_ATOMIC     0x10005 /* stop-the-world and emulate atomic */
-/**
- * vaddr:
- * Type wide enough to contain any #target_ulong virtual address.
- */
-typedef uint64_t vaddr;
-#define VADDR_PRId PRId64
-#define VADDR_PRIu PRIu64
-#define VADDR_PRIo PRIo64
-#define VADDR_PRIx PRIx64
-#define VADDR_PRIX PRIX64
-#define VADDR_MAX UINT64_MAX
-
  /**
   * Variable page size macros
   *

This patch does not compile standalone, because the new header isn't included 
here.

Queued with fixes.

r~




reply via email to

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