]> git.proxmox.com Git - mirror_qemu.git/commit
target/microblaze: Define TCG_GUEST_DEFAULT_MO
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Jun 2023 09:08:41 +0000 (11:08 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jun 2023 15:33:00 +0000 (17:33 +0200)
commitf6ff4923b92ceefbe5650c3e90ccdcc57dc60fb7
treedeaf03b750a4e627c0de3530bcebe6ff61996136
parent70bfde9a7de7fa3495d9e2bd7142cb1bc656484e
target/microblaze: Define TCG_GUEST_DEFAULT_MO

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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar@zeroasic.com>
Fixes: d449561b130 ("configure: microblaze: Enable mttcg")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/cpu.h