Skip to content
Snippets Groups Projects
Commit f6ff4923 authored by Richard Henderson's avatar Richard Henderson
Browse files

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: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: default avatarEdgar E. Iglesias <edgar@zeroasic.com>
Fixes: d449561b ("configure: microblaze: Enable mttcg")
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 70bfde9a
Branches
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@
#include "exec/cpu-defs.h"
#include "qemu/cpu-float.h"
/* MicroBlaze is always in-order. */
#define TCG_GUEST_DEFAULT_MO TCG_MO_ALL
typedef struct CPUArchState CPUMBState;
#if !defined(CONFIG_USER_ONLY)
#include "mmu.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment