Re: [Qemu-devel] [PATCH v1 2/6] target/s390x: fix pgm irq ilen in translate_pages()

2017-07-25 Thread Cornelia Huck
On Fri, 21 Jul 2017 14:56:05 +0200 David Hildenbrand wrote: > 0 is certainly wrong. Let's use ILEN_AUTO. > > Signed-off-by: David Hildenbrand > --- > target/s390x/mmu_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Qemu-devel] [PATCH v1 2/6] target/s390x: fix pgm irq ilen in translate_pages()

2017-07-24 Thread Thomas Huth
On 21.07.2017 14:56, David Hildenbrand wrote: > 0 is certainly wrong. Let's use ILEN_AUTO. > > Signed-off-by: David Hildenbrand > --- > target/s390x/mmu_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/s390x/mmu_helper.c

[Qemu-devel] [PATCH v1 2/6] target/s390x: fix pgm irq ilen in translate_pages()

2017-07-21 Thread David Hildenbrand
0 is certainly wrong. Let's use ILEN_AUTO. Signed-off-by: David Hildenbrand --- target/s390x/mmu_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/mmu_helper.c b/target/s390x/mmu_helper.c index a873dc4..1ad0158 100644 ---