aboutsummaryrefslogtreecommitdiff
path: root/backends/tpm
AgeCommit message (Expand)AuthorFilesLines
2024-06-10backends/tpm: Remove newline character in trace eventPhilippe Mathieu-Daudé2-3/+5
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-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau1-9/+2
2023-09-08misc/other: spelling fixesMichael Tokarev1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-4/+4
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-3/+1
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-3/+3
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-2/+0
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu1-1/+1
2022-12-14qapi tpm: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+0
2022-09-13tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger2-1/+61
2022-09-13tpm_emulator: Use latest tpm_ioctl.h from swtpm projectStefan Berger1-20/+76
2022-09-09tpm_emulator: Avoid double initialization during migrationRoss Lagerwall1-0/+10
2022-08-25backends/tpm: Exclude headers and macros that don't exist on win32Bin Meng1-0/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-21configure, meson: move TPM check to mesonPaolo Bonzini1-8/+6
2021-09-27qapi: Convert simple union TpmTypeOptions to flat oneMarkus Armbruster2-2/+2
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster1-2/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-13backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé1-19/+15
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost1-3/+3
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-18qdev: Avoid using prop->name unnecessarilyEduardo Habkost1-1/+1
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost1-5/+3
2020-11-17configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.hThomas Huth1-0/+4
2020-11-15tpm: Fix Lesser GPL version numberChetan Pant3-3/+3
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-4/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-4/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-3/+6
2020-08-21meson: convert backends directory to MesonMarc-André Lureau2-4/+8
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-24tpm_emulator: Report an error if chardev is missingStefan Berger1-15/+23
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-06-19tpm: Move backend code under the 'backends/' directoryPhilippe Mathieu-Daudé8-0/+2191
2020-06-19backends: Add TPM files into their own directoryPhilippe Mathieu-Daudé2-0/+209