qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: add the missing help output for optional features
@ 2017-03-10 10:14 Lin Ma
  2017-03-10 16:46 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Lin Ma @ 2017-03-10 10:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, mjt

Signed-off-by: Lin Ma <lma@suse.com>
---
 configure | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/configure b/configure
index 6c21975..2603e10 100755
--- a/configure
+++ b/configure
@@ -1335,6 +1335,12 @@ Advanced options (experts only):
   --with-vss-sdk=SDK-path  enable Windows VSS support in QEMU Guest Agent
   --with-win-sdk=SDK-path  path to Windows Platform SDK (to build VSS .tlb)
   --tls-priority           default TLS protocol/cipher priority string
+  --enable-gprof           QEMU profiling with gprof
+  --enable-profiler        profiler support
+  --enable-xen-pv-domain-build
+                           xen pv domain builder
+  --enable-debug-stack-usage
+                           track the maximum stack usage of stacks created by qemu_alloc_stack
 
 Optional features, enabled with --enable-FEATURE and
 disabled with --disable-FEATURE, default is enabled if available:
@@ -1403,6 +1409,12 @@ disabled with --disable-FEATURE, default is enabled if available:
   tcmalloc        tcmalloc support
   jemalloc        jemalloc support
   replication     replication support
+  vhost-vsock     virtio sockets device support
+  opengl          opengl support
+  virglrenderer   virgl rendering support
+  xfsctl          xfsctl support
+  qom-cast-debug  cast debugging support
+  tools           build qemu-io, qemu-nbd and qemu-image tools
 
 NOTE: The object files are built at the place where configure is launched
 EOF
-- 
2.9.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: add the missing help output for optional features
  2017-03-10 10:14 [Qemu-devel] [PATCH] configure: add the missing help output for optional features Lin Ma
@ 2017-03-10 16:46 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2017-03-10 16:46 UTC (permalink / raw)
  To: Lin Ma, qemu-devel; +Cc: mjt



On 10/03/2017 11:14, Lin Ma wrote:
> Signed-off-by: Lin Ma <lma@suse.com>
> ---
>  configure | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/configure b/configure
> index 6c21975..2603e10 100755
> --- a/configure
> +++ b/configure
> @@ -1335,6 +1335,12 @@ Advanced options (experts only):
>    --with-vss-sdk=SDK-path  enable Windows VSS support in QEMU Guest Agent
>    --with-win-sdk=SDK-path  path to Windows Platform SDK (to build VSS .tlb)
>    --tls-priority           default TLS protocol/cipher priority string
> +  --enable-gprof           QEMU profiling with gprof
> +  --enable-profiler        profiler support
> +  --enable-xen-pv-domain-build
> +                           xen pv domain builder
> +  --enable-debug-stack-usage
> +                           track the maximum stack usage of stacks created by qemu_alloc_stack
>  
>  Optional features, enabled with --enable-FEATURE and
>  disabled with --disable-FEATURE, default is enabled if available:
> @@ -1403,6 +1409,12 @@ disabled with --disable-FEATURE, default is enabled if available:
>    tcmalloc        tcmalloc support
>    jemalloc        jemalloc support
>    replication     replication support
> +  vhost-vsock     virtio sockets device support
> +  opengl          opengl support
> +  virglrenderer   virgl rendering support
> +  xfsctl          xfsctl support
> +  qom-cast-debug  cast debugging support
> +  tools           build qemu-io, qemu-nbd and qemu-image tools
>  
>  NOTE: The object files are built at the place where configure is launched
>  EOF
> 

Queued, thanks.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-10 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 10:14 [Qemu-devel] [PATCH] configure: add the missing help output for optional features Lin Ma
2017-03-10 16:46 ` Paolo Bonzini

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).