libvirt/src/vz
Michal Privoznik 66b052263d src: Fix return types of .stateInitialize callbacks
The virStateDriver struct has .stateInitialize callback which is
declared to return virDrvStateInitResult enum. But some drivers
return a plain int in their implementation which is UB.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2024-05-22 13:41:42 +02:00
..
meson.build systemd: Set service_extra_in/socket_extra_in everywhere 2023-10-25 12:19:32 +02:00
virtvzd.init.in
virtvzd.service.extra.in systemd: Set service_extra_in/socket_extra_in everywhere 2023-10-25 12:19:32 +02:00
virtvzd.socket.extra.in systemd: Set service_extra_in/socket_extra_in everywhere 2023-10-25 12:19:32 +02:00
vz_driver.c src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
vz_driver.h
vz_sdk.c Don't overwrite error message from 'virXPathNodeSet' 2024-01-31 17:24:07 +01:00
vz_sdk.h
vz_utils.c
vz_utils.h