summary refs log tree commit diff stats
path: root/backends/tpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-01-051-1/+1
|\
| * cpus: check running not RUN_STATE_RUNNINGSteve Sistare2024-01-041-1/+1
* | backends: Constify VMStateRichard Henderson2023-12-301-1/+1
|/
* migration: Use vmstate_register_any()Juan Quintela2023-11-011-2/+1
* migration: simplify blockersSteve Sistare2023-10-201-8/+2
* tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau2023-09-131-9/+2
* misc/other: spelling fixesMichael Tokarev2023-09-081-1/+1
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-4/+4
* thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito2023-04-251-3/+1
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-131-3/+3
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-2/+0
* Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu2023-01-161-1/+1
* qapi tpm: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-2/+0
* tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger2022-09-132-1/+61
* tpm_emulator: Use latest tpm_ioctl.h from swtpm projectStefan Berger2022-09-131-20/+76
* tpm_emulator: Avoid double initialization during migrationRoss Lagerwall2022-09-091-0/+10
* backends/tpm: Exclude headers and macros that don't exist on win32Bin Meng2022-08-251-0/+4
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* configure, meson: move TPM check to mesonPaolo Bonzini2022-02-211-8/+6
* qapi: Convert simple union TpmTypeOptions to flat oneMarkus Armbruster2021-09-272-2/+2
* migration: Unify failure check for migrate_add_blocker()Markus Armbruster2021-08-261-2/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé2021-05-131-19/+15
* qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2020-12-181-3/+3
* qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2020-12-181-6/+0
* qdev: Avoid using prop->name unnecessarilyEduardo Habkost2020-12-181-1/+1
* qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-151-5/+3
* configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.hThomas Huth2020-11-171-0/+4
* tpm: Fix Lesser GPL version numberChetan Pant2020-11-153-3/+3
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-4/+4
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-4/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-3/+6
* meson: convert backends directory to MesonMarc-André Lureau2020-08-212-4/+8
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* tpm_emulator: Report an error if chardev is missingStefan Berger2020-07-241-15/+23
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1
* tpm: Move backend code under the 'backends/' directoryPhilippe Mathieu-Daudé2020-06-198-0/+2191
* backends: Add TPM files into their own directoryPhilippe Mathieu-Daudé2020-06-192-0/+209