From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUcIv-0007tY-Az for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:07:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUcIp-0003YR-F0 for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:07:57 -0400 Received: from mail-oi0-x22f.google.com ([2607:f8b0:4003:c06::22f]:33183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUcIp-0003Xi-BR for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:07:51 -0400 Received: by oieu205 with SMTP id u205so52863326oie.0 for ; Wed, 26 Aug 2015 08:07:50 -0700 (PDT) Sender: fluxion From: Michael Roth Date: Wed, 26 Aug 2015 10:07:20 -0500 Message-Id: <1440601640-4805-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] configure: qemu-ga: report MSI install support in summary List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcandre.lureau@gmail.com, leonid@daynix.com 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. Signed-off-by: Michael Roth --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 9d24d59..86a38fe 100755 --- 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" -- 1.9.1