1. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  2. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  3. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  4. 0ab4537 Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-03-07-1' into staging by Peter Maydell · 7 years ago
  5. 49d302f tpm: convert tpm_passthrough.c to use trace-events by Stefan Berger · 7 years ago
  6. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  7. 6a8a235 tpm: report backend request error by Marc-André Lureau · 7 years ago
  8. 05b71fb tpm: lookup cancel path under tpm device class by Marc-André Lureau · 7 years ago
  9. cc1b6c5 tpm: fix alignment issues by Marc-André Lureau · 7 years ago
  10. 2562755 maint: Fix macros with broken 'do/while(0); ' usage by Eric Blake · 7 years ago
  11. 4c22db4 hw/tpm: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
  12. 683c4b7 tpm: tpm_passthrough: Fail startup if FE buffer size < BE buffer size by Stefan Berger · 7 years ago
  13. abc5cda tpm: tpm_passthrough: Read the buffer size from the host device by Stefan Berger · 7 years ago
  14. b21e6aa tpm: Move getting TPM buffer size to backends by Stefan Berger · 7 years ago
  15. 21cb1e6 tpm-passthrough: workaround a possible race by Marc-André Lureau · 7 years ago
  16. bef2ed3 tpm-passthrough: simplify create() by Marc-André Lureau · 7 years ago
  17. 8df4d84 tpm-passthrough: make it safer to destroy after creation by Marc-André Lureau · 7 years ago
  18. 9f7c0ef tpm-backend: move set 'id' to common code by Marc-André Lureau · 7 years ago
  19. 803de21 tpm-passthrough: pass TPMPassthruState to handle_device_opts by Marc-André Lureau · 7 years ago
  20. 69c07db tpm-passthrough: don't save guessed cancel_path in options by Marc-André Lureau · 7 years ago
  21. 6899905 tpm-be: call request_completed() out of thread by Marc-André Lureau · 7 years ago
  22. 8a89c9a tpm-backend: store TPMIf interface, improve backend_init() by Marc-André Lureau · 7 years ago
  23. 05a6999 tpm: move recv_data_callback to TPM interface by Marc-André Lureau · 7 years ago
  24. 732cd58 tpm-tis: remove tpm_tis.h header by Marc-André Lureau · 7 years ago
  25. 0e43b7e tpm: add TPMBackendCmd to hold the request state by Marc-André Lureau · 7 years ago
  26. d1fd6b5 tpm: remove locty argument from receive_cb by Marc-André Lureau · 7 years ago
  27. 54aa36d tpm: remove needless cast by Marc-André Lureau · 7 years ago
  28. 905e78b tpm: remove unused TPMBackendCmd by Marc-André Lureau · 7 years ago
  29. d31076b tpm: remove TPMDriverOps by Marc-André Lureau · 7 years ago
  30. ed836d9 tpm: remove tpm_register_driver() by Marc-André Lureau · 7 years ago
  31. 4a3d809 tpm-passthrough: move reusable code to utils by Amarnath Valluri · 7 years ago
  32. d0c519b tpm-backend: Move realloc_buffer() implementation to tpm-tis model by Amarnath Valluri · 7 years ago
  33. f59864b tpm-backend: Add new API to read backend TpmInfo by Amarnath Valluri · 7 years ago
  34. 93330cf tpm-backend: Made few interface methods optional by Amarnath Valluri · 7 years ago
  35. f35fe5c tpm-backend: Initialize and free data members in it's own methods by Amarnath Valluri · 7 years ago
  36. b19a5ee tpm-backend: Move thread handling inside TPMBackend by Amarnath Valluri · 7 years ago
  37. fb4b0c6 tpm-backend: Remove unneeded member variable from backend class by Amarnath Valluri · 7 years ago
  38. 5f333d7 hw/tpm/tpm_passthrough: Simplify if-statements a little bit by Thomas Huth · 8 years ago
  39. e7658fc tpm: Fix write to file descriptor function by Stefan Berger · 9 years ago
  40. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  41. 46f296c qemu-char: delete send_all/recv_all helper methods by Daniel P. Berrange · 9 years ago
  42. d7646f2 maint: remove unused include for dirent.h by Daniel P. Berrange · 9 years ago
  43. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  44. 56a3c24 tpm: Probe for connected TPM 1.2 or TPM 2 by Stefan Berger · 10 years ago
  45. 116694c Extend TPM TIS interface to support TPM 2 by Stefan Berger · 10 years ago
  46. 4d1ba9c tpm: Modify DPRINTF to enable -Wformat checking by Stefan Berger · 10 years ago
  47. 27215a2 tpm: Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  48. fd85908 tpm: Support for TIS selftest done flag by Stefan Berger · 10 years ago
  49. 2458810 Drop superfluous conditionals around g_strdup() by Markus Armbruster · 10 years ago
  50. bb71623 Move TPM passthrough specific command line options to backend structure by Stefan Berger · 12 years ago
  51. 8e36d6c tpm: Simplify creation of cancel path by Stefan Berger · 12 years ago
  52. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  53. bdee56f tpm: reorganize headers and split hardware part by Paolo Bonzini · 12 years ago[Renamed (96%) from tpm/tpm_passthrough.c]
  54. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  55. 8f0605c QOM-ify the TPM support by Stefan Berger · 12 years ago
  56. 92dcc23 Add support for cancelling of a TPM command by Stefan Berger · 12 years ago
  57. 4549a8b Add a TPM Passthrough backend driver implementation by Stefan Berger · 12 years ago