Displaying 2 results from an estimated 2 matches for "9b90f611".
2020 Mar 05
2
[PATCH v4] windows: delay installation of qemu-ga MSI
...-)
diff --git a/common b/common
index ea10827b..5371257c 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit ea10827b4cfb3cfe5f782421c01d2902e5f73f90
+Subproject commit 5371257c3cf27fb09d5f2e31ba378b0e6ccf5df6
diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
index 0fda1d4e..9b90f611 100644
--- a/v2v/convert_windows.ml
+++ b/v2v/convert_windows.ml
@@ -428,16 +428,13 @@ popd
and configure_qemu_ga files =
List.iter (
fun msi_path ->
- let fb_script = "\
-echo Installing qemu-ga from " ^ msi_path ^ "
-\"\\" ^ msi_path ^ "\" /...
2020 Mar 10
0
Re: [PATCH v4] windows: delay installation of qemu-ga MSI
...common
> +++ b/common
> @@ -1 +1 @@
> -Subproject commit ea10827b4cfb3cfe5f782421c01d2902e5f73f90
> +Subproject commit 5371257c3cf27fb09d5f2e31ba378b0e6ccf5df6
I think(?) this hunk was not intended?
> diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml
> index 0fda1d4e..9b90f611 100644
> --- a/v2v/convert_windows.ml
> +++ b/v2v/convert_windows.ml
> @@ -428,16 +428,13 @@ popd
> and configure_qemu_ga files =
> List.iter (
> fun msi_path ->
> - let fb_script = "\
> -echo Installing qemu-ga from " ^ msi_path ^ "
>...