Re: [Qemu-devel] [PATCH] tests: request access to locality 0 before sending command

2018-04-17 Thread Stefan Berger
On 04/17/2018 05:08 AM, Marc-André Lureau wrote: Hi On Mon, Apr 16, 2018 at 7:48 PM, Stefan Berger wrote: Recent changes to the CRB code now require that access to locality 0 be requested before the locality can be used for sending a command. This patch adds the

Re: [Qemu-devel] [PATCH] tests: request access to locality 0 before sending command

2018-04-17 Thread Marc-André Lureau
Hi On Mon, Apr 16, 2018 at 7:48 PM, Stefan Berger wrote: > Recent changes to the CRB code now require that access to locality 0 > be requested before the locality can be used for sending a command. > This patch adds the request to access the locality. > >

[Qemu-devel] [PATCH] tests: request access to locality 0 before sending command

2018-04-16 Thread Stefan Berger
Recent changes to the CRB code now require that access to locality 0 be requested before the locality can be used for sending a command. This patch adds the request to access the locality. Signed-off-by: Stefan Berger --- tests/tpm-util.c | 2 ++ 1 file changed, 2