Re: [PATCH 01/14] target/i386: Simplify get_memio_eip()

2024-04-28 Thread Richard Henderson
On 4/27/24 08:57, Philippe Mathieu-Daudé wrote: The single call to get_memio_eip(), in cpu_report_tpr_access(), is protected by a check on tcg_enabled(). Since the call only exists when CONFIG_TCG is defined, we can slightly simplify. Nack, that's not how things work. By wrapping the whole

[PATCH 01/14] target/i386: Simplify get_memio_eip()

2024-04-27 Thread Philippe Mathieu-Daudé
The single call to get_memio_eip(), in cpu_report_tpr_access(), is protected by a check on tcg_enabled(). Since the call only exists when CONFIG_TCG is defined, we can slightly simplify. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/helper.c | 6 ++ 1 file changed, 2 insertions(+),