On Mon, 20 Mar 2023 10:10:27 +
Alex Bennée wrote:
> This doesn't save much as cpu-exec-common still needs to be built
> per-target for its knowledge of CPUState but this helps with keeping
> things organised.
> --- /dev/null
> +++ b/accel/tcg/cpu-exec-softmmu.c
Could `cpu_reloading_memory_m
On 3/20/23 07:33, Alex Bennée wrote:
Claudio Fontana writes:
On 3/20/23 14:32, Alex Bennée wrote:
Claudio Fontana writes:
How is this conditional on CONFIG_TCG? To me it looks like this breaks
!CONFIG_TCG.
Careful, the meson.build in accel/tcg/meson.build is always recursed.
Surely it
Claudio Fontana writes:
> On 3/20/23 14:32, Alex Bennée wrote:
>>
>> Claudio Fontana writes:
>>
>>> How is this conditional on CONFIG_TCG? To me it looks like this breaks
>>> !CONFIG_TCG.
>>> Careful, the meson.build in accel/tcg/meson.build is always recursed.
>>
>> Surely it shouldn't be
On 3/20/23 14:32, Alex Bennée wrote:
>
> Claudio Fontana writes:
>
>> How is this conditional on CONFIG_TCG? To me it looks like this breaks
>> !CONFIG_TCG.
>> Careful, the meson.build in accel/tcg/meson.build is always recursed.
>
> Surely it shouldn't be in accel/tcg then?
Hi Alex,
maybe
Claudio Fontana writes:
> How is this conditional on CONFIG_TCG? To me it looks like this breaks
> !CONFIG_TCG.
> Careful, the meson.build in accel/tcg/meson.build is always recursed.
Surely it shouldn't be in accel/tcg then?
> This code was in tcg_ss before, why not simply add it to tcg_ss
How is this conditional on CONFIG_TCG? To me it looks like this breaks
!CONFIG_TCG.
Careful, the meson.build in accel/tcg/meson.build is always recursed.
This code was in tcg_ss before, why not simply add it to tcg_ss and then to
specific_ss along with the other tcg pieces?
Ciao,
C
On 3/20/2
This doesn't save much as cpu-exec-common still needs to be built
per-target for its knowledge of CPUState but this helps with keeping
things organised.
Signed-off-by: Alex Bennée
---
accel/tcg/cpu-exec-common.c | 30 --
accel/tcg/cpu-exec-softmmu.c | 50