qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: marcandre.lureau@gmail.com, famz@redhat.com, dgilbert@redhat.com
Subject: Re: [Qemu-devel] [PATCH v5 for 2.13 0/4] tpm: Extend TPM with state migration support
Date: Fri, 16 Mar 2018 19:26:00 -0400	[thread overview]
Message-ID: <d9f3fe37-86e7-c35b-e9ed-dc427674d73c@linux.vnet.ibm.com> (raw)
In-Reply-To: <152123762242.78.7701555143606874786@71c20359a636>

On 03/16/2018 06:00 PM, no-reply@patchew.org wrote:
> Hi,
>
> This series failed docker-quick@centos6 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: 1521236796-24551-1-git-send-email-stefanb@linux.vnet.ibm.com
> Subject: [Qemu-devel] [PATCH v5 for 2.13 0/4] tpm: Extend TPM with state migration support
>
>
> make: *** No rule to make target `tests/tpm-util.o', needed by `tests/tpm-crb-swtpm-test'.  Stop.
> make: *** Waiting for unfinished jobs....
>    CC      tests/tpm-emu.o
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:21:22: error: tpm-util.h: No such file or directory
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c: In function 'tpm_crb_swtpm_test':
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:127: warning: implicit declaration of function 'tpm_util_swtpm_start'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:127: warning: nested extern declaration of 'tpm_util_swtpm_start'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:140: warning: implicit declaration of function 'tpm_util_startup'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:140: warning: nested extern declaration of 'tpm_util_startup'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:140: error: 'tpm_util_crb_transfer' undeclared (first use in this function)
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:140: error: (Each undeclared identifier is reported only once
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:140: error: for each function it appears in.)
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:141: warning: implicit declaration of function 'tpm_util_pcrextend'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:141: warning: nested extern declaration of 'tpm_util_pcrextend'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:148: warning: implicit declaration of function 'tpm_util_pcrread'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:148: warning: nested extern declaration of 'tpm_util_pcrread'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:152: warning: implicit declaration of function 'tpm_util_swtpm_kill'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:152: warning: nested extern declaration of 'tpm_util_swtpm_kill'
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c: In function 'tpm_crb_swtpm_migration_test':
> /tmp/qemu-test/src/tests/tpm-crb-swtpm-test.c:186: error: 'tpm_util_crb_transfer' undeclared (first use in this function)

Missing new files. Thanks for pointing this out. V5.1 fixes it.

     Stefan

      reply	other threads:[~2018-03-16 23:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-16 21:46 [Qemu-devel] [PATCH v5 for 2.13 0/4] tpm: Extend TPM with state migration support Stefan Berger
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 1/4] tpm: extend TPM emulator " Stefan Berger
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 2/4] tpm: extend TPM TIS " Stefan Berger
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 3/4] docs: tpm: add VM save/restore example and troubleshooting guide Stefan Berger
2018-03-28 15:48   ` Marc-André Lureau
2018-03-28 21:15     ` Stefan Berger
2018-03-29  8:50       ` Dr. David Alan Gilbert
2018-03-16 21:46 ` [Qemu-devel] [PATCH v5 for 2.13 4/4] tpm: Add test cases that uses the external swtpm with CRB interface Stefan Berger
2018-03-16 22:00 ` [Qemu-devel] [PATCH v5 for 2.13 0/4] tpm: Extend TPM with state migration support no-reply
2018-03-16 23:26   ` Stefan Berger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d9f3fe37-86e7-c35b-e9ed-dc427674d73c@linux.vnet.ibm.com \
    --to=stefanb@linux.vnet.ibm.com \
    --cc=dgilbert@redhat.com \
    --cc=famz@redhat.com \
    --cc=marcandre.lureau@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).