Re: [PATCH v2 0/1] css: SCHIB measurement block origin must be aligned

2021-02-22 Thread Cornelia Huck
On Fri, 19 Feb 2021 14:39:32 +0100 Pierre Morel wrote: > Hi, > > By testing Measurement with KVM unit tests I fall on this: > we forgot to test the alignment of the MBO for measurement format 1. > > The last 6 bits of the MBO must be null, i.e. an aligned on 64 bytes > of the MBO, otherwise an

[PATCH v2 0/1] css: SCHIB measurement block origin must be aligned

2021-02-19 Thread Pierre Morel
Hi, By testing Measurement with KVM unit tests I fall on this: we forgot to test the alignment of the MBO for measurement format 1. The last 6 bits of the MBO must be null, i.e. an aligned on 64 bytes of the MBO, otherwise an operand exception is recognized when issuing a msch instruction. Regar