On Wed, Apr 07, 2021 at 13:48:27 +0200, Tim Wiederhake wrote:
This is a preparation step for some refactoring of the XML parser,
see
https://listman.redhat.com/archives/libvir-list/2021-March/msg01066.html
Many libvirt structs have members that are of type `int` but actually are
virTristateBool or virTristateSwitch. Fix this to increase type safety.
Note that the comments on `virStorageAdapterFCHost::managed` and
`virStoragePoolSourceDevice::part_separator` (patches #12 and #13) were
actually wrong.
This is stuff for the individual commit messages rather than the cover
letter. I won't be modifying those for this instance.
Series:
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>
and will be pushed shortly.