qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 17/34] hw/core: [CPUTLB] Move target specifics to end of


From: Richard Henderson
Subject: Re: [RFC PATCH 17/34] hw/core: [CPUTLB] Move target specifics to end of TCGCPUOps
Date: Sun, 28 Jan 2024 10:37:20 +1000
User-agent: Mozilla Thunderbird

On 1/24/24 10:43, Richard Henderson wrote:
On 1/20/24 00:40, Anton Johansson wrote:
TCGCPUOps contains an extra function pointer when included with
NEED_CPU_H, these are moved from the middle to the end of the struct. As
such offsets to target independent function pointers don't vary in
target specific and independent code.

[Move target specfic fields to separate struct?]

Signed-off-by: Anton Johansson <anjo@rev.ng>

Or make these unconditional.  Move fake_user_interrupt into the CONFIG_USER_ONLY block and do_interrupt into the system block.

I have split the patch in two, made fake_user_interrupt unconditional, and 
queued.


r~




reply via email to

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