* [Qemu-devel] [PATCH] configure: qemu-ga: report MSI install support in summary
@ 2015-08-26 15:07 Michael Roth
2015-08-26 15:27 ` Marc-André Lureau
0 siblings, 1 reply; 2+ messages in thread
From: Michael Roth @ 2015-08-26 15:07 UTC (permalink / raw)
To: qemu-devel; +Cc: marcandre.lureau, leonid
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 <mdroth@linux.vnet.ibm.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: qemu-ga: report MSI install support in summary
2015-08-26 15:07 [Qemu-devel] [PATCH] configure: qemu-ga: report MSI install support in summary Michael Roth
@ 2015-08-26 15:27 ` Marc-André Lureau
0 siblings, 0 replies; 2+ messages in thread
From: Marc-André Lureau @ 2015-08-26 15:27 UTC (permalink / raw)
To: Michael Roth; +Cc: Leonid Bloch, QEMU
Hi
On Wed, Aug 26, 2015 at 5:07 PM, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> 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 <mdroth@linux.vnet.ibm.com>
> ---
> 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"
>
Perhaps it would make sense to only print all this QGA windows if
"$mingw32" = "yes" ?
could be a different patch,
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
--
Marc-André Lureau
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-26 15:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 15:07 [Qemu-devel] [PATCH] configure: qemu-ga: report MSI install support in summary Michael Roth
2015-08-26 15:27 ` Marc-André Lureau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).