Blame SOURCES/0008-convert-windows-Document-what-copy_qemu_ga-function-.patch

c659c5
From 9a5c900fdb532d553a78339a6887417dd6de70e5 Mon Sep 17 00:00:00 2001
c659c5
From: "Richard W.M. Jones" <rjones@redhat.com>
c659c5
Date: Mon, 16 Jan 2023 12:22:17 +0000
c659c5
Subject: [PATCH] convert: windows: Document what copy_qemu_ga function returns
c659c5
c659c5
Just updates the comment.
c659c5
c659c5
(cherry picked from commit 7499ab10ea387b1dfd6fdd6feb2632b66545a257)
c659c5
---
c659c5
 convert/windows_virtio.mli | 7 +++++--
c659c5
 1 file changed, 5 insertions(+), 2 deletions(-)
c659c5
c659c5
diff --git a/convert/windows_virtio.mli b/convert/windows_virtio.mli
c659c5
index 73ec95c7..82aad69b 100644
c659c5
--- a/convert/windows_virtio.mli
c659c5
+++ b/convert/windows_virtio.mli
c659c5
@@ -39,8 +39,11 @@ val install_drivers
c659c5
     devices if we managed to install those, or legacy devices if we didn't. *)
c659c5
 
c659c5
 val copy_qemu_ga : Guestfs.guestfs -> Types.inspect -> string list
c659c5
-(** copy MSIs (idealy just one) with QEMU Guest Agent to Windows guest. The
c659c5
-    MSIs are not installed by this function. *)
c659c5
+(** copy MSIs (ideally just one) with QEMU Guest Agent to Windows guest. The
c659c5
+    MSIs are not installed by this function.
c659c5
+
c659c5
+    Returns a list of the copied [*.msi] files (empty list indicates no
c659c5
+    qemu-ga installer(s) could be located). *)
c659c5
 
c659c5
 (**/**)
c659c5