10 Jun
2026
10 Jun
'26
11:15 a.m.
On Wed, May 20, 2026 at 16:49:37 +0530, Akash Kulhalli via Devel wrote:
The vCPU APIs have API-specific flag enums that alias the generic VIR_DOMAIN_AFFECT_* values for live and config state.
Use the vCPU-specific aliases in the public API checks, QEMU driver flag masks, and virsh flag construction. The values are unchanged; this is only a consistency cleanup.
Signed-off-by: Akash Kulhalli <akash.kulhalli@oracle.com> --- src/libvirt-domain.c | 4 ++-- src/qemu/qemu_driver.c | 8 ++++---- tools/virsh-domain.c | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>