On Thu, Oct 27 2022, Thomas Huth <[email protected]> wrote:
> On 26/10/2022 18.05, Cornelia Huck wrote:
>> + qtest_add_data_func("/arm/max/query-cpu-model-expansion/tag-memory",
>> + NULL, mte_tests_tag_memory_on);
>
> Is it already possible to compile qemu-system-aarch64 with --disable-tcg ?
Not yet, the code is too entangled... I tried a bit ago, but didn't make
much progress (on my todo list, but won't mind someone else doing it :)
> If so, I'd recommend a qtest_has_accel("tcg") here ... but apart from that:
>
> Acked-by: Thomas Huth <[email protected]>
Thanks!