Re: [PATCH 3/3] s390x: protvirt: Add new VCPU reset functions

2019-11-29 Thread David Hildenbrand
On 29.11.19 15:34, Janosch Frank wrote: > On 11/29/19 3:24 PM, David Hildenbrand wrote: >> On 29.11.19 15:20, Janosch Frank wrote: >>> CPU resets for protected guests need to be done via Ultravisor >>> calls. Hence we need a way to issue these calls for each reset. >>> >>> As we formerly had only o

Re: [PATCH 3/3] s390x: protvirt: Add new VCPU reset functions

2019-11-29 Thread Janosch Frank
On 11/29/19 3:24 PM, David Hildenbrand wrote: > On 29.11.19 15:20, Janosch Frank wrote: >> CPU resets for protected guests need to be done via Ultravisor >> calls. Hence we need a way to issue these calls for each reset. >> >> As we formerly had only one reset function and it was called for >> init

Re: [PATCH 3/3] s390x: protvirt: Add new VCPU reset functions

2019-11-29 Thread David Hildenbrand
On 29.11.19 15:20, Janosch Frank wrote: > CPU resets for protected guests need to be done via Ultravisor > calls. Hence we need a way to issue these calls for each reset. > > As we formerly had only one reset function and it was called for > initial, as well as for the clear reset, we now need a n

[PATCH 3/3] s390x: protvirt: Add new VCPU reset functions

2019-11-29 Thread Janosch Frank
CPU resets for protected guests need to be done via Ultravisor calls. Hence we need a way to issue these calls for each reset. As we formerly had only one reset function and it was called for initial, as well as for the clear reset, we now need a new interface. Signed-off-by: Janosch Frank ---