Re: [PATCH v8] s390x: ipl: Consolidate iplb validity check into one function

2020-03-10 Thread David Hildenbrand
On 10.03.20 10:11, Christian Borntraeger wrote: > > > On 10.03.20 10:09, Janosch Frank wrote: >> It's nicer to just call one function than calling a function for each >> possible iplb type. >> >> Signed-off-by: Janosch Frank >> Reviewed-by: David Hildenbrand > > David, still ok? If yes I will

Re: [PATCH v8] s390x: ipl: Consolidate iplb validity check into one function

2020-03-10 Thread Christian Borntraeger
On 10.03.20 10:09, Janosch Frank wrote: > It's nicer to just call one function than calling a function for each > possible iplb type. > > Signed-off-by: Janosch Frank > Reviewed-by: David Hildenbrand thanks applied.

Re: [PATCH v8] s390x: ipl: Consolidate iplb validity check into one function

2020-03-10 Thread Christian Borntraeger
On 10.03.20 10:09, Janosch Frank wrote: > It's nicer to just call one function than calling a function for each > possible iplb type. > > Signed-off-by: Janosch Frank > Reviewed-by: David Hildenbrand David, still ok? If yes I will pick this one. Reviewed-by: Christian Borntraeger > ---

[PATCH v8] s390x: ipl: Consolidate iplb validity check into one function

2020-03-10 Thread Janosch Frank
It's nicer to just call one function than calling a function for each possible iplb type. Signed-off-by: Janosch Frank Reviewed-by: David Hildenbrand --- hw/s390x/ipl.h | 18 +- target/s390x/diag.c | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git