]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move definition of some disk type enums to a common header
authorPeter Krempa <pkrempa@redhat.com>
Wed, 18 Oct 2023 10:56:04 +0000 (12:56 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 26 Oct 2023 07:02:23 +0000 (09:02 +0200)
commit5ac61e7c15c3bff00e36cc2c0fdd9fe024c08543
tree7448a34985ad082392609b074a8f8f651b009369
parent01e35b452b19f1ef8166045a6e98ad60f6d0c469
conf: Move definition of some disk type enums to a common header

Certain disk config fields are mirrored between the disk and storage
source definitions, but the proper types are not available for use in
the virStorageSource definition. Move them so they can be used properly.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/domain_conf.h
src/conf/virconftypes.h