Re: [Qemu-devel] [PATCH v1 for-2.12 08/15] s390x/tcg: io instructions don't need potential_page_fault()

2017-11-29 Thread Richard Henderson
On 11/28/2017 08:33 PM, David Hildenbrand wrote: > As we handle the retaddr in all cases properly now, we can drop it. > > Signed-off-by: David Hildenbrand > --- > target/s390x/translate.c | 10 -- > 1 file changed, 10 deletions(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v1 for-2.12 08/15] s390x/tcg: io instructions don't need potential_page_fault()

2017-11-28 Thread David Hildenbrand
As we handle the retaddr in all cases properly now, we can drop it. Signed-off-by: David Hildenbrand --- target/s390x/translate.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/target/s390x/translate.c b/target/s390x/translate.c index 85d0a6c3af..d0859c4bc7 100644 --- a/target/s3