Re: [Qemu-devel] [PATCH] target-ppc: add PPC_MFTB flag to e5500 core

2016-07-22 Thread Alexander Graf
> Am 22.07.2016 um 18:29 schrieb Michael Walle : > > According to the e5500 core reference manual it has support for the mftb > instruction. > > Signed-off-by: Michael Walle I'm surprised this didn't hit anyone before. Could you please check the other

[Qemu-devel] [PATCH] target-ppc: add PPC_MFTB flag to e5500 core

2016-07-22 Thread Michael Walle
According to the e5500 core reference manual it has support for the mftb instruction. Signed-off-by: Michael Walle --- target-ppc/translate_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c