You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/backends/tpm
Vladimir Sementsov-Ogievskiy 8c3843638c migration: vmsd errp handlers: return bool
No code actually depend on specific errno values returned by
vmstate_load_state. The only use of it is to check for success,
and sometimes inject numeric error values into error messages
in migration code. The latter is not a stopper for gradual
conversion to "errp + bool return value" APIs.

Big analysis of vmstate_load_state() callers, showing that
specific errno values are not actually used, is done by Peter
here:

https://lore.kernel.org/qemu-devel/aQDdRn8t0B8oE3gf@x1.local/

Converting of vmstate_load_state() itself will follow in
another series.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Link: https://lore.kernel.org/r/20251028170926.77219-2-vsementsov@yandex-team.ru
Signed-off-by: Peter Xu <peterx@redhat.com>
2 weeks ago
..
Kconfig
meson.build meson: Replace softmmu_ss -> system_ss 2 years ago
tpm_backend.c include: Rename sysemu/ -> system/ 11 months ago
tpm_emulator.c migration: vmsd errp handlers: return bool 2 weeks ago
tpm_int.h include: Rename sysemu/ -> system/ 11 months ago
tpm_ioctl.h tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY 1 year ago
tpm_passthrough.c qom: Have class_init() take a const data argument 7 months ago
tpm_util.c include/system: Move exec/memory.h to system/memory.h 7 months ago
trace-events tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY 1 year ago
trace.h trace: switch position of headers to what Meson requires 5 years ago