Re: [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO

2023-06-24 Thread Edgar E. Iglesias
On Mon, Jun 19, 2023 at 4:23 PM Richard Henderson < richard.hender...@linaro.org> wrote: > The microblaze architecture does not reorder instructions. > While there is an MBAR wait-for-data-access instruction, > this concerns synchronizing with DMA. > > This should have been defined when enabling

Re: [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO

2023-06-20 Thread Richard Henderson
On 6/20/23 17:41, Philippe Mathieu-Daudé wrote: On 19/6/23 16:23, Richard Henderson wrote: The microblaze architecture does not reorder instructions. While there is an MBAR wait-for-data-access instruction, this concerns synchronizing with DMA. This should have been defined when enabling

Re: [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO

2023-06-20 Thread Philippe Mathieu-Daudé
On 19/6/23 16:23, Richard Henderson wrote: The microblaze architecture does not reorder instructions. While there is an MBAR wait-for-data-access instruction, this concerns synchronizing with DMA. This should have been defined when enabling MTTCG. Cc: Alistair Francis Cc: Edgar E. Iglesias

Re: [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO

2023-06-20 Thread Philippe Mathieu-Daudé
On 19/6/23 16:23, Richard Henderson wrote: The microblaze architecture does not reorder instructions. While there is an MBAR wait-for-data-access instruction, this concerns synchronizing with DMA. This should have been defined when enabling MTTCG. Cc: Alistair Francis Cc: Edgar E. Iglesias

[PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO

2023-06-19 Thread Richard Henderson
The microblaze architecture does not reorder instructions. While there is an MBAR wait-for-data-access instruction, this concerns synchronizing with DMA. This should have been defined when enabling MTTCG. Cc: Alistair Francis Cc: Edgar E. Iglesias Fixes: d449561b130 ("configure: microblaze: