mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
6f9d66c828
Convert the internal types to unsigned long long. Luckily we can also covert the external types too: - 'qemuDomainSetIOThreadParams' can accept both _UINT and _ULLONG by converting to 'virTypedParamsGetUnsigned' - querying is handled via the bulk stats API which is flexible: - we use virTypedParamListAddUnsigned to use the bigger type only if necessary - most users don't even notice because the bindings abstract the data types Apart from the code modifications we also improve the documentation which was missing for the setters. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> |
||
---|---|---|
.. | ||
libvirt-admin.h | ||
libvirt-common.h.in | ||
libvirt-domain-checkpoint.h | ||
libvirt-domain-snapshot.h | ||
libvirt-domain.h | ||
libvirt-event.h | ||
libvirt-host.h | ||
libvirt-interface.h | ||
libvirt-lxc.h | ||
libvirt-network.h | ||
libvirt-nodedev.h | ||
libvirt-nwfilter.h | ||
libvirt-qemu.h | ||
libvirt-secret.h | ||
libvirt-storage.h | ||
libvirt-stream.h | ||
libvirt.h | ||
meson.build | ||
virterror.h |