Re: [PATCH v2 01/15] KVM: s390: refactor crypto initialization

2018-03-14 Thread Tony Krowiak
On 03/01/2018 04:59 AM, Cornelia Huck wrote: On Wed, 28 Feb 2018 16:23:29 -0500 Tony Krowiak wrote: On 02/28/2018 12:37 PM, Cornelia Huck wrote: On Tue, 27 Feb 2018 09:27:59 -0500 Tony Krowiak wrote: diff --git a/arch/s390/kvm/kvm-ap.c b/arch/s390/kvm/kvm-ap.c new file mode 100644 index 000

Re: [PATCH v2 01/15] KVM: s390: refactor crypto initialization

2018-03-01 Thread Cornelia Huck
On Wed, 28 Feb 2018 16:23:29 -0500 Tony Krowiak wrote: > On 02/28/2018 12:37 PM, Cornelia Huck wrote: > > On Tue, 27 Feb 2018 09:27:59 -0500 > > Tony Krowiak wrote: > >> diff --git a/arch/s390/kvm/kvm-ap.c b/arch/s390/kvm/kvm-ap.c > >> new file mode 100644 > >> index 000..5305f4c > >> --- /

Re: [PATCH v2 01/15] KVM: s390: refactor crypto initialization

2018-02-28 Thread Tony Krowiak
On 02/28/2018 12:37 PM, Cornelia Huck wrote: On Tue, 27 Feb 2018 09:27:59 -0500 Tony Krowiak wrote: The crypto control block designation (CRYCBD) is a 32-bit field in the KVM guest's SIE state description. The contents of bits 1-28 of this field, with three zero bits appended on the right, des

Re: [PATCH v2 01/15] KVM: s390: refactor crypto initialization

2018-02-28 Thread Cornelia Huck
On Tue, 27 Feb 2018 09:27:59 -0500 Tony Krowiak wrote: > The crypto control block designation (CRYCBD) is a 32-bit > field in the KVM guest's SIE state description. The > contents of bits 1-28 of this field, with three zero bits > appended on the right, designate the host real 31-bit > address of

[PATCH v2 01/15] KVM: s390: refactor crypto initialization

2018-02-27 Thread Tony Krowiak
The crypto control block designation (CRYCBD) is a 32-bit field in the KVM guest's SIE state description. The contents of bits 1-28 of this field, with three zero bits appended on the right, designate the host real 31-bit address of a crypto control block (CRYCB). Bits 30-31 specify the format of t