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
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
..
tpm migration: vmsd errp handlers: return bool 2 weeks ago
Kconfig backends: Initial support for SPDM socket support 1 year ago
confidential-guest-support.c backends/confidential-guest-support: Add set_guest_policy() function 4 months ago
cryptodev-builtin.c qom: Have class_init() take a const data argument 7 months ago
cryptodev-hmp-cmds.c qapi: Move include/qapi/qmp/ to include/qobject/ 9 months ago
cryptodev-lkcf.c qom: remove redundant typedef when use OBJECT_DECLARE_SIMPLE_TYPE 2 weeks ago
cryptodev-vhost-user.c char: rename CharBackend->CharFrontend 2 weeks ago
cryptodev-vhost.c cryptodev/vhost: allocate CryptoDevBackendVhost using g_mem0() 9 months ago
cryptodev.c qom: Make InterfaceInfo[] uses const 7 months ago
dbus-vmstate.c qom: Make InterfaceInfo[] uses const 7 months ago
dbus-vmstate1.xml docs: move D-Bus VMState documentation to source XML 4 years ago
host_iommu_device.c qom: Have class_init() take a const data argument 7 months ago
hostmem-epc.c qom: Have class_init() take a const data argument 7 months ago
hostmem-file.c qom: Have class_init() take a const data argument 7 months ago
hostmem-memfd.c qom: Have class_init() take a const data argument 7 months ago
hostmem-ram.c qom: Have class_init() take a const data argument 7 months ago
hostmem-shm.c hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs 2 weeks ago
hostmem.c qom: Make InterfaceInfo[] uses const 7 months ago
igvm-cfg.c igvm: move igvm.h file to include/system 2 weeks ago
igvm.c igvm: add support for initial register state load in native mode 2 weeks ago
iommufd.c system/iommufd: Use uint64_t type for IOVA mapping size 1 month ago
meson.build backends/igvm: Add IGVM loader and configuration 4 months ago
rng-builtin.c qom: Have class_init() take a const data argument 7 months ago
rng-egd.c char: rename CharBackend->CharFrontend 2 weeks ago
rng-random.c qom: Have class_init() take a const data argument 7 months ago
rng.c qom: Make InterfaceInfo[] uses const 7 months ago
spdm-socket.c spdm: define SPDM transport enum types 2 weeks ago
trace-events backends/iommufd: change process ioctl 4 months ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
vhost-user.c vhost-user: return failure if backend crash when live migration 6 months ago