Re: [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD

2020-03-17 Thread Cornelia Huck
On Tue, 17 Mar 2020 11:32:03 +0100 Janosch Frank wrote: > On 3/17/20 11:28 AM, Cornelia Huck wrote: > > On Thu, 12 Mar 2020 12:20:25 +0100 > > Janosch Frank wrote: > > > >> On 3/12/20 11:42 AM, Christian Borntraeger wrote: > >>> > >>> > >>> On 11.03.20 14:21, Janosch Frank wrote: >

Re: [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD

2020-03-17 Thread Janosch Frank
On 3/17/20 11:28 AM, Cornelia Huck wrote: > On Thu, 12 Mar 2020 12:20:25 +0100 > Janosch Frank wrote: > >> On 3/12/20 11:42 AM, Christian Borntraeger wrote: >>> >>> >>> On 11.03.20 14:21, Janosch Frank wrote: For protected guests, we need to put the STSI emulation results into the

Re: [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD

2020-03-17 Thread Cornelia Huck
On Thu, 12 Mar 2020 12:20:25 +0100 Janosch Frank wrote: > On 3/12/20 11:42 AM, Christian Borntraeger wrote: > > > > > > On 11.03.20 14:21, Janosch Frank wrote: > >> For protected guests, we need to put the STSI emulation results into > >> the SIDA, so SIE will write them into the guest at

Re: [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD

2020-03-13 Thread Claudio Imbrenda
On Wed, 11 Mar 2020 09:21:43 -0400 Janosch Frank wrote: > For protected guests, we need to put the STSI emulation results into > the SIDA, so SIE will write them into the guest at the next entry. > > Signed-off-by: Janosch Frank > Reviewed-by: David Hildenbrand > --- > target/s390x/kvm.c |

Re: [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD

2020-03-12 Thread Janosch Frank
On 3/12/20 11:42 AM, Christian Borntraeger wrote: > > > On 11.03.20 14:21, Janosch Frank wrote: >> For protected guests, we need to put the STSI emulation results into >> the SIDA, so SIE will write them into the guest at the next entry. >> >> Signed-off-by: Janosch Frank >> Reviewed-by: David

Re: [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD

2020-03-12 Thread Christian Borntraeger
On 11.03.20 14:21, Janosch Frank wrote: > For protected guests, we need to put the STSI emulation results into > the SIDA, so SIE will write them into the guest at the next entry. > > Signed-off-by: Janosch Frank > Reviewed-by: David Hildenbrand > --- > target/s390x/kvm.c | 11 +-- >

[PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD

2020-03-11 Thread Janosch Frank
For protected guests, we need to put the STSI emulation results into the SIDA, so SIE will write them into the guest at the next entry. Signed-off-by: Janosch Frank Reviewed-by: David Hildenbrand --- target/s390x/kvm.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff