Re: [PATCH v2 3/7] s390x/mmu: Inject DAT exceptions from a single place

2019-09-25 Thread Richard Henderson
On 9/25/19 5:52 AM, David Hildenbrand wrote: > Let's return the PGM from the translation functions on error and inject > based on that. > > Signed-off-by: David Hildenbrand > --- > target/s390x/mmu_helper.c | 63 +++ > 1 file changed, 17 insertions(+), 46 dele

Re: [PATCH v2 3/7] s390x/mmu: Inject DAT exceptions from a single place

2019-09-25 Thread Thomas Huth
On 25/09/2019 14.52, David Hildenbrand wrote: > Let's return the PGM from the translation functions on error and inject > based on that. > > Signed-off-by: David Hildenbrand > --- > target/s390x/mmu_helper.c | 63 +++ > 1 file changed, 17 insertions(+), 46 del

[PATCH v2 3/7] s390x/mmu: Inject DAT exceptions from a single place

2019-09-25 Thread David Hildenbrand
Let's return the PGM from the translation functions on error and inject based on that. Signed-off-by: David Hildenbrand --- target/s390x/mmu_helper.c | 63 +++ 1 file changed, 17 insertions(+), 46 deletions(-) diff --git a/target/s390x/mmu_helper.c b/target/s