From: "M. Mohan Kumar" <mohan@in.ibm.com>
To: Michael Tokarev <mjt@tls.msk.ru>Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH trivial] configure: explicitly disable virtfs if softmmu=no
Date: Tue, 11 Jun 2013 14:52:13 +0530 [thread overview]
Message-ID: <87li6ht322.fsf@gmail.com> (raw)
In-Reply-To: <51B63DBE.2010903@msgid.tls.msk.ru>
Michael Tokarev <mjt@tls.msk.ru> writes:
> 11.06.2013 00:47, Michael Tokarev wrote:
>> Or else
>>
>> ./configure --disable-system --enable-virtfs
>>
>> (which makes no sense by its own but does not error out)
>> will fail to build, because it will define CONFIG_VIRTFS,
>> and the makefile will try to build virtfs-proxy-helper
>> manpage (but not the executable).
>
> The build fails in this case in a separate build tree, because
> the fsdev directory is not created and scripts/texi2pod.pl
> will be called with output = fsdev/virtfs-proxy-helper.pod,
> which can't be created because fsdev/ does not exist.
>
Hi,
I tried ./configure --disable-system --enable-virtfs and make. But didnt
face any build failure. Could you please share your build failure
information? virtfs-proxy-helper.1 is created inside the fsdev folder.
>>
>> Cc: qemu-trivial@nongnu.org
>> Cc: M. Mohan Kumar <mohan@in.ibm.com>
>> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
>> ---
>> configure | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/configure b/configure
>> index a3f0b7a..0ff0380 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3423,6 +3423,8 @@ if test "$softmmu" = yes ; then
>> tools="qemu-ga\$(EXESUF) $tools"
>> fi
>> fi
>> +else
>> + virtfs=no
>> fi
>>
>> # Mac OS X ships with a broken assembler
>>
next prev parent reply other threads:[~2013-06-11 9:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 20:47 [Qemu-devel] [PATCH trivial] configure: explicitly disable virtfs if softmmu=no Michael Tokarev
2013-06-10 20:57 ` Michael Tokarev
2013-06-11 9:22 ` M. Mohan Kumar [this message]
2013-06-11 9:24 ` Peter Maydell
2013-06-11 9:47 ` Michael Tokarev
2013-06-10 21:45 ` Peter Maydell
2013-06-11 12:29 ` Michael Tokarev
2013-06-11 15:01 ` Peter Maydell
2013-06-11 17:23 ` M. Mohan Kumar
2013-06-11 18:19 ` Michael Tokarev
2013-06-11 19:21 ` Peter Maydell
2013-06-11 19:55 ` Michael Tokarev
2013-06-12 5:26 ` M. Mohan Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87li6ht322.fsf@gmail.com \
--to=mohan@in.ibm.com \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).