]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capabilities: Format and parse new hyperv domcaps members
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 1 Oct 2025 13:50:39 +0000 (15:50 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Oct 2025 08:04:12 +0000 (10:04 +0200)
commit0141f6544cda75d47eb35b95c10878793c22c187
treeb4f2c5cb9ecf762416e6ea668ca643b564e9fd7f
parent57d2f4a0f0cbdb8006e99a3271bf363582843e91
qemu_capabilities: Format and parse new hyperv domcaps members

After previous commit the virDomainCapsFeatureHyperv struct
gained new members. Since virQEMUCaps struct holds a pointer to
such struct we must format and parse it to/from capabilities XML.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c