When the "virtio_socket_supported" component was added to the "install_drivers" return tuple, the documentation was not updated. Do it now.
Fixes: 05f780c16f0135c657615520c2245b42de1efc3e Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1961107 Signed-off-by: Laszlo Ersek <[email protected]> --- Notes: v1: - new in v1 convert/windows_virtio.mli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/convert/windows_virtio.mli b/convert/windows_virtio.mli index 4e24625a4edf..b314d01da6cb 100644 --- a/convert/windows_virtio.mli +++ b/convert/windows_virtio.mli @@ -30,10 +30,10 @@ val install_drivers function is called. This returns the tuple [(block_driver, net_driver, video_driver, - virtio_rng_supported, virtio_ballon_supported, isa_pvpanic_supported)] - reflecting what devices are now required by the guest, either - virtio devices if we managed to install those, or legacy devices - if we didn't. *) + virtio_rng_supported, virtio_ballon_supported, isa_pvpanic_supported, + virtio_socket_supported)] reflecting what devices are now required by the + guest, either virtio devices if we managed to install those, or legacy + devices if we didn't. *) val install_linux_tools : Guestfs.guestfs -> Types.inspect -> unit (** installs QEMU Guest Agent on Linux guest OS from the driver directory or -- 2.19.1.3.g30247aa5d201 _______________________________________________ Libguestfs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/libguestfs
