Re: [Qemu-devel] [PATCH v2 0/5] tpm: CRB device and cleanups

2018-01-19 Thread Stefan Berger
On 01/19/2018 09:56 AM, Marc-Andre Lureau wrote: On Fri, Jan 19, 2018 at 3:36 PM, wrote: /tmp/qemu-test/src/hw/tpm/tpm_crb.c: In function 'tpm_crb_mmio_read': /tmp/qemu-test/src/hw/tpm/tpm_crb.c:126:13: error: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type

Re: [Qemu-devel] [PATCH v2 0/5] tpm: CRB device and cleanups

2018-01-19 Thread Marc-Andre Lureau
On Fri, Jan 19, 2018 at 3:36 PM, wrote: > /tmp/qemu-test/src/hw/tpm/tpm_crb.c: In function 'tpm_crb_mmio_read': > /tmp/qemu-test/src/hw/tpm/tpm_crb.c:126:13: error: format '%lx' expects > argument of type 'long unsigned int', but argument 2 has type 'hwaddr {aka > long long unsigned int}' [-Wer

Re: [Qemu-devel] [PATCH v2 0/5] tpm: CRB device and cleanups

2018-01-19 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180119141105.29095-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/5

[Qemu-devel] [PATCH v2 0/5] tpm: CRB device and cleanups

2018-01-19 Thread Marc-André Lureau
Hi, This series cleans up a bit the TPM IO thread handling, allows to report backend error to hw/frontend, and implements the CRB device. I adapted a previously sent patch "tpm: extend TPM CRB with state migration support" from Stefan, and included an old pending patch "lookup cancel path" in the