aboutsummaryrefslogtreecommitdiff
path: root/backends/tpm/tpm_emulator.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-3/+3
2024-10-18tpm_emulator: Read control channel response in 2 passesStefan Berger1-16/+46
2024-10-18tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITYStefan Berger1-6/+8
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-1/+1
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare1-1/+1
2023-12-30backends: Constify VMStateRichard Henderson1-1/+1
2023-11-01migration: Use vmstate_register_any()Juan Quintela1-2/+1
2023-10-20migration: simplify blockersSteve Sistare1-8/+2
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-3/+3
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu1-1/+1
2022-09-13tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger1-1/+59
2022-09-09tpm_emulator: Avoid double initialization during migrationRoss Lagerwall1-0/+10
2021-09-27qapi: Convert simple union TpmTypeOptions to flat oneMarkus Armbruster1-1/+1
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster1-2/+1
2021-05-13backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé1-19/+15
2020-11-15tpm: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-24tpm_emulator: Report an error if chardev is missingStefan Berger1-15/+23
2020-06-19tpm: Move backend code under the 'backends/' directoryPhilippe Mathieu-Daudé1-0/+997