Re: [PATCH 0/2] target/sparc: Enable MTTCG

2023-06-30 Thread Mark Cave-Ayland
On 30/06/2023 19:05, Richard Henderson wrote: On 6/22/23 16:36, Mark Cave-Ayland wrote: On 20/06/2023 17:40, Richard Henderson wrote: With the addition of TCG_GUEST_DEFAULT_MO, there's nothing in the cpu emulation preventing this from working.  There is some board model work to be done for sp

Re: [PATCH 0/2] target/sparc: Enable MTTCG

2023-06-30 Thread Richard Henderson
On 6/22/23 16:36, Mark Cave-Ayland wrote: On 20/06/2023 17:40, Richard Henderson wrote: With the addition of TCG_GUEST_DEFAULT_MO, there's nothing in the cpu emulation preventing this from working.  There is some board model work to be done for sparc64, where max_cpus = 1. I've tried testing

Re: [PATCH 0/2] target/sparc: Enable MTTCG

2023-06-22 Thread Mark Cave-Ayland
On 20/06/2023 17:40, Richard Henderson wrote: With the addition of TCG_GUEST_DEFAULT_MO, there's nothing in the cpu emulation preventing this from working. There is some board model work to be done for sparc64, where max_cpus = 1. I've tried testing this with the Advent Calendar image at htt

[PATCH 0/2] target/sparc: Enable MTTCG

2023-06-20 Thread Richard Henderson
With the addition of TCG_GUEST_DEFAULT_MO, there's nothing in the cpu emulation preventing this from working. There is some board model work to be done for sparc64, where max_cpus = 1. r~ Richard Henderson (2): target/sparc: Set TCG_GUEST_DEFAULT_MO configs: Enable MTTCG for sparc, sparc64