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

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