From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gf22C-0005FY-F5 for qemu-devel@nongnu.org; Thu, 03 Jan 2019 07:23:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gf22B-0004Dl-0V for qemu-devel@nongnu.org; Thu, 03 Jan 2019 07:23:36 -0500 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]:46362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gf22A-0004Co-R1 for qemu-devel@nongnu.org; Thu, 03 Jan 2019 07:23:34 -0500 Received: by mail-wr1-x443.google.com with SMTP id l9so33350988wrt.13 for ; Thu, 03 Jan 2019 04:23:33 -0800 (PST) From: Basil Salman Date: Thu, 3 Jan 2019 14:23:22 +0200 Message-Id: <20190103122323.1273034-4-basil@daynix.com> In-Reply-To: <20190103122323.1273034-1-basil@daynix.com> References: <20190103122323.1273034-1-basil@daynix.com> Subject: [Qemu-devel] [PATCH 3/4] qga: Installer: Wait for installation to finish List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Michael Roth Cc: Yan Vugenfirer , Bishara AbuHattoum Installation might fail if we don't wait for the provider unregisteration process to finish. Signed-off-by: Sameeh Jubran Signed-off-by: Basil Salman --- qga/installer/qemu-ga.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 64bf90bd85..f6781752e6 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -81,7 +81,7 @@ Arguments="-d --retry-path" > - + -- 2.17.2