mbox series

[kvm-unit-tests,v3,0/2] s390x: dump support for PV tests

Message ID 20220909121453.202548-1-nrb@linux.ibm.com (mailing list archive)
Headers show
Series s390x: dump support for PV tests | expand

Message

Nico Boehr Sept. 9, 2022, 12:14 p.m. UTC
v2->v3:
---
- add some comments and newlines (thanks Janosch)

v1->v2:
---
- add newline after genprotimg_args (thanks Janosch)
- add a comment explaining what the CCK is (thanks Janosch)

With the upcoming possibility to dump PV guests under s390x, we should
be able to dump kvm-unit-tests for debugging, too.

Add the necessary flags to genprotimg to allow dumping.

Nico Boehr (2):
  s390x: factor out common args for genprotimg
  s390x: create persistent comm-key

 s390x/Makefile | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)

Comments

Janosch Frank Sept. 14, 2022, 1:44 p.m. UTC | #1
On 9/9/22 14:14, Nico Boehr wrote:
> v2->v3:
> ---
> - add some comments and newlines (thanks Janosch)
> 
> v1->v2:
> ---
> - add newline after genprotimg_args (thanks Janosch)
> - add a comment explaining what the CCK is (thanks Janosch)
> 
> With the upcoming possibility to dump PV guests under s390x, we should
> be able to dump kvm-unit-tests for debugging, too.
> 
> Add the necessary flags to genprotimg to allow dumping.
> 
> Nico Boehr (2):
>    s390x: factor out common args for genprotimg
>    s390x: create persistent comm-key
> 
>   s390x/Makefile | 30 +++++++++++++++++++++++++-----
>   1 file changed, 25 insertions(+), 5 deletions(-)
> 

Thanks, picked