Re: [Qemu-devel] [PATCH] target-ppc: Enable ISEL on POWER7

2013-04-01 Thread Alexander Graf
On 01.04.2013, at 17:06, Aurelien Jarno wrote: > ISEL is a Power ISA 2.06 instruction and thus is available on POWER7. > Given this is trapped and emulated by the Linux kernel, I guess it went > unnoticed. > > Cc: Alexander Graf > Signed-off-by: Aurelien Jarno Thanks, applied to ppc-next. Al

[Qemu-devel] [PATCH] target-ppc: Enable ISEL on POWER7

2013-04-01 Thread Aurelien Jarno
ISEL is a Power ISA 2.06 instruction and thus is available on POWER7. Given this is trapped and emulated by the Linux kernel, I guess it went unnoticed. Cc: Alexander Graf Signed-off-by: Aurelien Jarno --- target-ppc/translate_init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif