index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
tpm
Age
Commit message (
Expand
)
Author
2017-10-25
tpm: print buffers received from TPM when debugging
Stefan Berger
2017-10-19
tpm: move recv_data_callback to TPM interface
Marc-André Lureau
2017-10-19
tpm: add a QOM TPM interface
Marc-André Lureau
2017-10-19
tpm-tis: fold TPMTISEmuState in TPMState
Marc-André Lureau
2017-10-19
tpm-tis: remove tpm_tis.h header
Marc-André Lureau
2017-10-19
tpm-tis: move TPMState to TIS header
Marc-André Lureau
2017-10-19
tpm: remove locty_data from TPMState
Marc-André Lureau
2017-10-19
tpm-emulator: fix error handling
Marc-André Lureau
2017-10-19
tpm: add TPMBackendCmd to hold the request state
Marc-André Lureau
2017-10-19
tpm: remove locty argument from receive_cb
Marc-André Lureau
2017-10-19
tpm: remove needless cast
Marc-André Lureau
2017-10-19
tpm: remove unused TPMBackendCmd
Marc-André Lureau
2017-10-19
tpm: remove TPMDriverOps
Marc-André Lureau
2017-10-19
tpm: move TPMSizedBuffer to tpm_tis.h
Marc-André Lureau
2017-10-19
tpm: remove tpm_register_driver()
Marc-André Lureau
2017-10-19
tpm-tis: remove RAISE_STS_IRQ
Marc-André Lureau
2017-10-19
tpm-tis: remove unused hw_access argument
Marc-André Lureau
2017-10-13
tpm: Added support for TPM emulator
Amarnath Valluri
2017-10-13
tpm-passthrough: move reusable code to utils
Amarnath Valluri
2017-10-13
tpm-backend: Move realloc_buffer() implementation to tpm-tis model
Amarnath Valluri
2017-10-13
tpm-backend: Add new API to read backend TpmInfo
Amarnath Valluri
2017-10-13
tpm-backend: Made few interface methods optional
Amarnath Valluri
2017-10-13
tpm-backend: Initialize and free data members in it's own methods
Amarnath Valluri
2017-10-13
tpm-backend: Move thread handling inside TPMBackend
Amarnath Valluri
2017-10-13
tpm-backend: Remove unneeded member variable from backend class
Amarnath Valluri
2017-10-13
tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSD
Stefan Berger
2016-10-28
clean-up: removed duplicate #includes
Anand J
2016-10-28
hw/tpm/tpm_passthrough: Simplify if-statements a little bit
Thomas Huth
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-04-13
tpm: Fix write to file descriptor function
Stefan Berger
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw: Clean up includes
Peter Maydell
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2015-11-17
tpm: avoid clang shifting negative signed warning
Stefan Hajnoczi
2015-09-11
maint: remove unused include for dirent.h
Daniel P. Berrange
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-01
TPM2 ACPI table support
Stefan Berger
2015-05-31
tpm: Probe for connected TPM 1.2 or TPM 2
Stefan Berger
2015-05-31
Extend TPM TIS interface to support TPM 2
Stefan Berger
2015-04-30
tpm: fix coding style
Stefan Berger
2015-04-30
tpm: Modify DPRINTF to enable -Wformat checking
Stefan Berger
2015-04-30
tpm: Cast 64bit variables to int when used in DPRINTF
Stefan Berger
2015-03-19
Fix remaining warnings from Sparse (void return)
Stefan Weil
2015-03-11
tpm: Move memory subregion function into realize function
Stefan Berger
2015-03-10
tpm: Remove superfluous '\n' around error_report()
Gonglei
2015-03-01
tpm: Support for capability flags of TIS 1.3
Stefan Berger
2015-03-01
tpm: Support for TIS selftest done flag
Stefan Berger
2015-03-01
tpm: Support for XFIFO register
Stefan Berger
2015-03-01
tpm: Allow 32 & 16 bit accesses to the registers
Stefan Berger
[next]