]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: qemu-ga: report MSI install support in summary
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 25 Aug 2015 20:46:18 +0000 (15:46 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Sep 2015 16:07:09 +0000 (11:07 -0500)
Currently we need to examine config-host.mak to determine whether
options/probes for MSI package generation had desired result. Report
this more prominently in ./configure summary as we do with other
guest agent configure options.

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

index 9d24d59b1926d9acedd8c8742e7315961079aeb7..86a38fed78b3d248403857db4884ed4e8c79716f 100755 (executable)
--- a/configure
+++ b/configure
@@ -4577,6 +4577,7 @@ echo "libnfs support    $libnfs"
 echo "build guest agent $guest_agent"
 echo "QGA VSS support   $guest_agent_with_vss"
 echo "QGA w32 disk info $guest_agent_ntddscsi"
+echo "QGA MSI support   $guest_agent_msi"
 echo "seccomp support   $seccomp"
 echo "coroutine backend $coroutine"
 echo "coroutine pool    $coroutine_pool"