Re: [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly

2019-11-28 Thread Thomas Huth
On 20/11/2019 12.43, Janosch Frank wrote: > Status storing is obviously not done by qemu anymore. > > Signed-off-by: Janosch Frank > --- > target/s390x/sigp.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/target/s390x/sigp.c b/target/s390x/sigp.c > index 2ce22d

Re: [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly

2019-11-21 Thread Janosch Frank
On 11/21/19 12:24 PM, David Hildenbrand wrote: > On 20.11.19 12:43, Janosch Frank wrote: >> Status storing is obviously not done by qemu anymore. >> >> Signed-off-by: Janosch Frank >> --- >> target/s390x/sigp.c | 7 +-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a/t

Re: [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly

2019-11-21 Thread David Hildenbrand
On 20.11.19 12:43, Janosch Frank wrote: Status storing is obviously not done by qemu anymore. Signed-off-by: Janosch Frank --- target/s390x/sigp.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/target/s390x/sigp.c b/target/s390x/sigp.c index 2ce22d4dc1..68634d694a

[PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly

2019-11-20 Thread Janosch Frank
Status storing is obviously not done by qemu anymore. Signed-off-by: Janosch Frank --- target/s390x/sigp.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/target/s390x/sigp.c b/target/s390x/sigp.c index 2ce22d4dc1..68634d694a 100644 --- a/target/s390x/sigp.c +++ b/targ