index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
tpm
Age
Commit message (
Expand
)
Author
2021-06-02
docs: fix references to docs/specs/tpm.rst
Stefano Garzarella
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-02-20
tpm: put some tpm devices into the correct category
Gan Qixin
2021-01-25
tpm: tpm_spapr: Remove unused tracepoint
Roman Bolshakov
2020-12-18
qdev: Move qdev_prop_tpm declaration to tpm_prop.h
Eduardo Habkost
2020-11-15
tpm: Fix Lesser GPL version number
Chetan Pant
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-09
trace-events: Fix attribution of trace points to source
Markus Armbruster
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-21
meson: convert hw/tpm
Paolo Bonzini
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-07-15
tpm: tpm_spapr: Exit on TPM backend failures
Stefan Berger
2020-06-19
tpm: Move backend code under the 'backends/' directory
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Make TRACE_TPM_UTIL_SHOW_BUFFER check local to tpm_util.c
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Remove unnecessary 'tpm_int.h' header inclusion
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sources
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Include missing 'qemu/option.h' header
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Do not include 'qemu/osdep.h' in header
Philippe Mathieu-Daudé
2020-06-19
hw/tpm: Rename TPMDEV as TPM_BACKEND in Kconfig
Philippe Mathieu-Daudé
2020-05-12
hw/tpm: fix usage of bool in tpm-tis.c
Jafar Abdi
2020-05-06
tpm: tpm-tis-device: set PPI to false by default
Eric Auger
2020-03-05
tpm: Add the SysBus TPM TIS device
Eric Auger
2020-03-05
tpm: Separate TPM_TIS and TPM_TIS_ISA configs
Eric Auger
2020-03-05
tpm: Separate tpm_tis common functions from isa code
Eric Auger
2020-03-05
tpm: Use TPMState as a common struct
Eric Auger
2020-03-05
tpm: rename TPM_TIS into TPM_TIS_ISA
Eric Auger
2020-02-02
hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config
Stefan Berger
2020-02-02
tpm_spapr: Support suspend and resume
Stefan Berger
2020-02-02
tpm_spapr: Support TPM for ppc64 using CRQ based interface
Stefan Berger
2020-02-02
tpm: Move tpm_tis_show_buffer to tpm_util.c
Stefan Berger
2020-01-29
tpm-ppi: page-align PPI RAM
Marc-André Lureau
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2019-12-18
hw/tpm: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
trace: Eliminate use of TARGET_FMT_plx
Markus Armbruster
2019-07-25
tpm_emulator: Translate TPM error codes to strings
Stefan Berger
2019-07-25
tpm: Exit in reset when backend indicates failure
Stefan Berger
2019-07-08
hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built
Philippe Mathieu-Daudé
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
[next]