Re: [Qemu-devel] [PATCH] tcg-s390: Fix movi

2013-03-26 Thread Alexander Graf
On 26.03.2013, at 01:11, Richard Henderson wrote: > The code to load the high 64 bits assumed that the insn used to > load the low 64 bits zero-extended. Enforce that. > > Cc: Alexander Graf > Signed-off-by: Richard Henderson Tested-by: Alexander Graf Though running an s390x guest on an s3

[Qemu-devel] [PATCH] tcg-s390: Fix movi

2013-03-25 Thread Richard Henderson
The code to load the high 64 bits assumed that the insn used to load the low 64 bits zero-extended. Enforce that. Cc: Alexander Graf Signed-off-by: Richard Henderson --- tcg/s390/tcg-target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/s390/tcg-target.c b/tcg/s390/t