[Libguestfs] [PATCH v2 0/2] Fixes and tweak to the installation of qemu-ga MSI

2020-02-05 Thread Tomáš Golembiovský
This, together with the changes to common repo are fixes to the installation qemu-ga MSI. There is still an issue that I did not figure yet how to fix. On Windows 10 it fails to register the QEMU-GA service. Tomáš Golembiovský (2): windows: fix detection of qemu-ga installer on RHV windows:

[Libguestfs] [PATCH v2 2/2] windows: small tweaks of qemu-ga firstboot script

2020-02-05 Thread Tomáš Golembiovský
- match log file with script name - restart manually only after successfull install, this also helps debugging because we can log the installer return code Signed-off-by: Tomáš Golembiovský --- v2v/convert_windows.ml | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

[Libguestfs] [PATCH v2 1/2] windows: fix detection of qemu-ga installer on RHV

2020-02-05 Thread Tomáš Golembiovský
The detection was incorrectly matching only 32-bit installer on all architectures. Signed-off-by: Tomáš Golembiovský --- v2v/windows_virtio.ml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml index 5ec7664b..f8863a6a 100644

Re: [Libguestfs] [PATCH 0/2] Fixes and tweak to the installation of qemu-ga MSI

2020-02-05 Thread Tomáš Golembiovský
On Mon, Jan 27, 2020 at 04:59:55PM +0100, Pino Toscano wrote: > On Thursday, 21 November 2019 12:11:00 CET Tomáš Golembiovský wrote: > > This, together with the changes to common repo are fixes to the installation > > qemu-ga MSI. > > I pushed patch #1 because it is OK for me. > > I did not push

Re: [Libguestfs] [PATCH 1/2] windows: fix detection of qemu-ga installer on RHV

2020-02-05 Thread Tomáš Golembiovský
On Mon, Jan 27, 2020 at 05:01:57PM +0100, Pino Toscano wrote: > On Thursday, 21 November 2019 12:11:01 CET Tomáš Golembiovský wrote: > > The detection was incorrectly matching only 32-bit installer on all > > architectures. > > > > Signed-off-by: Tomáš Golembiovský > > --- > >

[Libguestfs] [PATCH] properly initialize error_data_lock_list before use

2020-02-05 Thread Daria Phoebe Brashear
Required such that macOS doesn't crash in get_error_data (via call stack from guestfs_launch) >From 5b121bc8bb8f1fadf835b4af30cbb9c9e95af258 Mon Sep 17 00:00:00 2001 From: Daria Phoebe Brashear Date: Tue, 4 Feb 2020 20:25:10 -0500 Subject: [PATCH] libhandle: initialize error_data_list_lock when