qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 6b287e: tpm: add missing include


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6b287e: tpm: add missing include
Date: Thu, 26 Oct 2017 09:45:26 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6b287efecf474f66d69a8c2032ffb9bda7313944
      
https://github.com/qemu/qemu/commit/6b287efecf474f66d69a8c2032ffb9bda7313944
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-10-24 (Tue, 24 Oct 2017)

  Changed paths:
    M include/sysemu/tpm.h

  Log Message:
  -----------
  tpm: add missing include

else file including "sysemu/tpm.h" fails to compile:

  In file included from qemu/stubs/tpm.c:2:0:
  qemu/include/sysemu/tpm.h:36:19: error: implicit declaration of function 
‘object_resolve_path_type’ [-Werror=implicit-function-declaration]
       Object *obj = object_resolve_path_type("", TYPE_TPM_TIS, NULL);
               ^~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Richard W.M. Jones <address@hidden>
Signed-off-by: Stefan Berger <address@hidden>


  Commit: c39f95dc2d8d2faf6e4bc24cc489efb5b20c058c
      
https://github.com/qemu/qemu/commit/c39f95dc2d8d2faf6e4bc24cc489efb5b20c058c
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M MAINTAINERS
    M Makefile.objs
    M stubs/Makefile.objs
    A stubs/tpm.c

  Log Message:
  -----------
  tpm: add stubs

Commit c37cacabf22 moved tpm_cleanup() in the main loop exit, however this
function is not available when compiling with --disable-tpm.

Provides necessary stubs to keep code clean of #ifdef'fery.

Reported-by: BALATON Zoltan <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Richard W.M. Jones <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Stefan Berger <address@hidden>


  Commit: 3fdde7e0ac72a9c65b96750aa61a66aec86bbf2c
      
https://github.com/qemu/qemu/commit/3fdde7e0ac72a9c65b96750aa61a66aec86bbf2c
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M tpm.c

  Log Message:
  -----------
  tpm: remove unnecessary #ifdef CONFIG_TPM

Makefile.objs now checks for $(CONFIG_TPM).

Suggested-by: Stefan Berger <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Stefan Berger <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Stefan Berger <address@hidden>


  Commit: 2f0a11533352e40b222a250d1d0e5f58df86e22b
      
https://github.com/qemu/qemu/commit/2f0a11533352e40b222a250d1d0e5f58df86e22b
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M vl.c

  Log Message:
  -----------
  vl: remove unnecessary #ifdef CONFIG_TPM

a stub is now provided.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Richard W.M. Jones <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Stefan Berger <address@hidden>


  Commit: 298d8b81d45d2297f88d93604bd5eebfd653d6cf
      
https://github.com/qemu/qemu/commit/298d8b81d45d2297f88d93604bd5eebfd653d6cf
  Author: Stefan Berger <address@hidden>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M hw/tpm/tpm_tis.c

  Log Message:
  -----------
  tpm: print buffers received from TPM when debugging

Signed-off-by: Stefan Berger <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>


  Commit: 325a084c1ebccb265a3c8f1dd092ffbbfb448a00
      
https://github.com/qemu/qemu/commit/325a084c1ebccb265a3c8f1dd092ffbbfb448a00
  Author: Peter Maydell <address@hidden>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M MAINTAINERS
    M Makefile.objs
    M hw/tpm/tpm_tis.c
    M include/sysemu/tpm.h
    M stubs/Makefile.objs
    A stubs/tpm.c
    M tpm.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/stefanberger/tags/pull-tpm-2017-10-24-1' into staging

Merge tpm 2017/10/24 v1

# gpg: Signature made Wed 25 Oct 2017 06:06:55 BST
# gpg:                using RSA key 0x75AD65802A0B4211
# gpg: Good signature from "Stefan Berger <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: B818 B9CA DF90 89C2 D5CE  C66B 75AD 6580 2A0B 4211

* remotes/stefanberger/tags/pull-tpm-2017-10-24-1:
  tpm: print buffers received from TPM when debugging
  vl: remove unnecessary #ifdef CONFIG_TPM
  tpm: remove unnecessary #ifdef CONFIG_TPM
  tpm: add stubs
  tpm: add missing include

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/ae49fbbcd8e4...325a084c1ebc

reply via email to

[Prev in Thread] Current Thread [Next in Thread]