* [Qemu-devel] [PATCH] ./configure: export xfs config via --{enable, disable}-xfsctl
@ 2012-01-24 17:42 Sergei Trofimovich
2012-01-27 6:26 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2012-01-24 17:42 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Anthony Liguori, Sergei Trofimovich
From: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
configure | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 9d72145..bca1943 100755
--- a/configure
+++ b/configure
@@ -771,6 +771,10 @@ for opt do
;;
--enable-rbd) rbd="yes"
;;
+ --disable-xfsctl) xfs="no"
+ ;;
+ --enable-xfsctl) xfs="yes"
+ ;;
--disable-smartcard) smartcard="no"
;;
--enable-smartcard) smartcard="yes"
--
1.7.8.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] ./configure: export xfs config via --{enable, disable}-xfsctl
2012-01-24 17:42 [Qemu-devel] [PATCH] ./configure: export xfs config via --{enable, disable}-xfsctl Sergei Trofimovich
@ 2012-01-27 6:26 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-01-27 6:26 UTC (permalink / raw)
To: Sergei Trofimovich
Cc: qemu-trivial, Anthony Liguori, qemu-devel, Sergei Trofimovich
On Tue, Jan 24, 2012 at 08:42:40PM +0300, Sergei Trofimovich wrote:
> From: Sergei Trofimovich <slyfox@gentoo.org>
>
> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
> ---
> configure | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-27 6:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24 17:42 [Qemu-devel] [PATCH] ./configure: export xfs config via --{enable, disable}-xfsctl Sergei Trofimovich
2012-01-27 6:26 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
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).