aboutsummaryrefslogtreecommitdiff
path: root/backends/tpm/tpm_emulator.c
AgeCommit message (Expand)Author
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare
2023-12-30backends: Constify VMStateRichard Henderson
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-10-20migration: simplify blockersSteve Sistare
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu
2022-09-13tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger
2022-09-09tpm_emulator: Avoid double initialization during migrationRoss Lagerwall
2021-09-27qapi: Convert simple union TpmTypeOptions to flat oneMarkus Armbruster
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster
2021-05-13backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé
2020-11-15tpm: Fix Lesser GPL version numberChetan Pant
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-24tpm_emulator: Report an error if chardev is missingStefan Berger
2020-06-19tpm: Move backend code under the 'backends/' directoryPhilippe Mathieu-Daudé