qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 26/27] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code


From: Richard Henderson
Subject: Re: [RFC PATCH 26/27] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
Date: Wed, 4 Jan 2023 21:12:44 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/4/23 13:58, Fabiano Rosas wrote:
This struct has no dependencies on TCG code and it is being used in
target/arm/ptw.c to simplify the passing around of page table walk
results. Those routines can be reached by KVM code via the gdbstub
breakpoint code, so take the structure out of CONFIG_TCG to make it
visible when building with --disable-tcg.

Signed-off-by: Fabiano Rosas<farosas@suse.de>
---
This is the least painful way I could figure out of doing this. Let me
know if there's a better way.
---
  include/exec/cpu-defs.h | 6 ++++++
  1 file changed, 6 insertions(+)

Nack, I think we can do better than this...


r~



reply via email to

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