]> git.proxmox.com Git - mirror_qemu.git/commit
configure: qemu-ga: move MSI installer probe after qga probe
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 26 Aug 2015 15:49:13 +0000 (10:49 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Sep 2015 18:16:26 +0000 (13:16 -0500)
commit9d6bc27b7e0e8520f1f91721d9c738e027eeb6c4
treed91f1b8c493064e8c20bb01a06891b4cfad30c8f
parent259434b8067e1c61017e9a5b8667b6526b474ff2
configure: qemu-ga: move MSI installer probe after qga probe

MSI probe assumes that qemu-ga support has been probed already, but in
cases where --enable-guest-agent/--disable-guest-agent have not been
passed to configure, qemu-ga support may end up getting enabled later,
as is the case with w32 builds. This leads to MSI probe prematurely
reporting error due to lack of qemu-ga support.

Fix this by moving MSI installer probe after the final qga probes.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure