Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-28 Thread Janosch Frank
On 11/28/19 3:07 PM, Thomas Huth wrote: > On 20/11/2019 12.43, Janosch Frank wrote: >> When a guest has saved a ipib of type 5 and call diagnose308 with >> subcode 10, we have to setup the protected processing environment via >> Ultravisor calls. The calls are done by KVM and are exposed via an

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-28 Thread Thomas Huth
On 20/11/2019 12.43, Janosch Frank wrote: > When a guest has saved a ipib of type 5 and call diagnose308 with > subcode 10, we have to setup the protected processing environment via > Ultravisor calls. The calls are done by KVM and are exposed via an API. > > The following steps are necessary: >

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-22 Thread Janosch Frank
On 11/22/19 2:39 PM, Cornelia Huck wrote: > On Wed, 20 Nov 2019 06:43:25 -0500 > Janosch Frank wrote: > >> When a guest has saved a ipib of type 5 and call diagnose308 with >> subcode 10, we have to setup the protected processing environment via >> Ultravisor calls. The calls are done by KVM and

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-22 Thread Cornelia Huck
On Wed, 20 Nov 2019 06:43:25 -0500 Janosch Frank wrote: > When a guest has saved a ipib of type 5 and call diagnose308 with > subcode 10, we have to setup the protected processing environment via > Ultravisor calls. The calls are done by KVM and are exposed via an API. > > The following steps

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-21 Thread Janosch Frank
On 11/21/19 3:31 PM, Christian Borntraeger wrote: > > > On 21.11.19 15:28, David Hildenbrand wrote: >>> And please trim your emails. >>> >> >> If you use Thunderbird I suggest QuoteCollapse ... because nobody got time >> for that ;) > > neat. > Yeah, seems like I'm already too old-school for

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-21 Thread Christian Borntraeger
On 21.11.19 15:28, David Hildenbrand wrote: >> And please trim your emails. >> > > If you use Thunderbird I suggest QuoteCollapse ... because nobody got time > for that ;) neat.

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-21 Thread David Hildenbrand
On 21.11.19 15:25, Janosch Frank wrote: On 11/21/19 12:27 PM, David Hildenbrand wrote: On 20.11.19 12:43, Janosch Frank wrote: @@ -357,6 +353,35 @@ static void s390_machine_reset(MachineState *machine) run_on_cpu(cs, s390_do_cpu_initial_reset, RUN_ON_CPU_NULL);

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-21 Thread Janosch Frank
On 11/21/19 12:27 PM, David Hildenbrand wrote: > On 20.11.19 12:43, Janosch Frank wrote: >> @@ -357,6 +353,35 @@ static void s390_machine_reset(MachineState *machine) >> run_on_cpu(cs, s390_do_cpu_initial_reset, RUN_ON_CPU_NULL); >> run_on_cpu(cs, s390_do_cpu_load_normal,

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-21 Thread Janosch Frank
On 11/20/19 2:43 PM, Cornelia Huck wrote: > On Wed, 20 Nov 2019 06:43:25 -0500 > Janosch Frank wrote: > >> When a guest has saved a ipib of type 5 and call diagnose308 with >> subcode 10, we have to setup the protected processing environment via >> Ultravisor calls. The calls are done by KVM and

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-21 Thread David Hildenbrand
On 20.11.19 12:43, Janosch Frank wrote: When a guest has saved a ipib of type 5 and call diagnose308 with subcode 10, we have to setup the protected processing environment via Ultravisor calls. The calls are done by KVM and are exposed via an API. The following steps are necessary: 1. Create a

Re: [PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-20 Thread Cornelia Huck
On Wed, 20 Nov 2019 06:43:25 -0500 Janosch Frank wrote: > When a guest has saved a ipib of type 5 and call diagnose308 with > subcode 10, we have to setup the protected processing environment via > Ultravisor calls. The calls are done by KVM and are exposed via an API. > > The following steps

[PATCH 06/15] s390x: protvirt: Support unpack facility

2019-11-20 Thread Janosch Frank
When a guest has saved a ipib of type 5 and call diagnose308 with subcode 10, we have to setup the protected processing environment via Ultravisor calls. The calls are done by KVM and are exposed via an API. The following steps are necessary: 1. Create a VM (register it with the Ultravisor) 2.