index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
tpm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-13
tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR
Marc-André Lureau
1
-9
/
+2
2023-09-08
misc/other: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-4
/
+4
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
1
-3
/
+1
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
1
-3
/
+3
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-1
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-2
/
+0
2023-01-16
Call qemu_socketpair() instead of socketpair() when possible
Guoyi Tu
1
-1
/
+1
2022-12-14
qapi tpm: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+0
2022-09-13
tpm_emulator: Have swtpm relock storage upon migration fall-back
Stefan Berger
2
-1
/
+61
2022-09-13
tpm_emulator: Use latest tpm_ioctl.h from swtpm project
Stefan Berger
1
-20
/
+76
2022-09-09
tpm_emulator: Avoid double initialization during migration
Ross Lagerwall
1
-0
/
+10
2022-08-25
backends/tpm: Exclude headers and macros that don't exist on win32
Bin Meng
1
-0
/
+4
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-02-21
configure, meson: move TPM check to meson
Paolo Bonzini
1
-8
/
+6
2021-09-27
qapi: Convert simple union TpmTypeOptions to flat one
Markus Armbruster
2
-2
/
+2
2021-08-26
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
1
-2
/
+1
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-13
backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD
Philippe Mathieu-Daudé
1
-19
/
+15
2020-12-18
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
1
-3
/
+3
2020-12-18
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
1
-6
/
+0
2020-12-18
qdev: Avoid using prop->name unnecessarily
Eduardo Habkost
1
-1
/
+1
2020-12-15
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
1
-5
/
+3
2020-11-17
configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h
Thomas Huth
1
-0
/
+4
2020-11-15
tpm: Fix Lesser GPL version number
Chetan Pant
3
-3
/
+3
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2
-6
/
+2
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-4
/
+4
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2
-4
/
+4
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2
-3
/
+6
2020-08-21
meson: convert backends directory to Meson
Marc-André Lureau
2
-4
/
+8
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-24
tpm_emulator: Report an error if chardev is missing
Stefan Berger
1
-15
/
+23
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-3
/
+1
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-06-19
tpm: Move backend code under the 'backends/' directory
Philippe Mathieu-Daudé
8
-0
/
+2191
2020-06-19
backends: Add TPM files into their own directory
Philippe Mathieu-Daudé
2
-0
/
+209