From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
To: malc <av1474@comtv.ru>
Cc: hollisb@us.ibm.com, avi@qumranet.com, qemu-devel@nongnu.org,
kvm-ppc@vger.kernel.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling v2
Date: Wed, 01 Oct 2008 14:26:32 +0200 [thread overview]
Message-ID: <48E36C78.9020605@linux.vnet.ibm.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0809302317100.2511@linmac.oyster.ru>
malc wrote:
> On Tue, 30 Sep 2008, ehrhardt@linux.vnet.ibm.com wrote:
>
>> From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
>>
>> *update*
>> further debugging according to some requests revealed that
>> ARCH_CFLAGS does
>> not contain all CFLAGS that might be needed, especially those
>> supplied via
>> extra-cflags. Therefore people supplying things via extra-cflags
>> instead of an
>> environment variable might have had issues.
>
> This part i don't get, there are few more checks before/after
> hostlongbits where no CFLAGS are added to the $cc argument list. What
> makes hostlongbits selection "special"? Do people specify -m32/-m64 via
> --extra-cflags?
>
it was there to ensure availability of the needed include paths to reach
wordsize.h.
But Hollis approach is much simpler, better and more reliable so never
mind :-)
>>
>> A recent kvm merge with qemu brought code for 64bit power that broke
>> cross
>> compilation. The issue is caused by configure trying to execute target
>> architecture binaries where configure is executed.
>
> Yes, i never thought about cross-compilation, my bad.
np, now it's fixed - thanks for quickly applying it.
>
>> I tried to change that detection so that it works with&without cross
>> compilation with only a small change and especially without an addtional
>> configure command line switch. Including the bits/wordsize.h header a
>> platform
>> usually can check its wordsize and by doing that configure can check the
>> hostlongbits without executing the binary. Instead it now stops after
>> preprocessing stage which resolved the __WORDSIZE constant and retrieves
>> that value.
>>
>> I don't like my new check style, but it is at least less broken than
>> before.
>> Another approach that was suggested was that qemu might end up needing
>> something like asm-offsets in the kernel to manage architecture sizes
>> etc.
>> Comments and other approaches welcome.
>>
>
> I think Hollis Blanchard's method is sound,
>
> Thank you for bringing this up.
>
--
Grüsse / regards,
Christian Ehrhardt
IBM Linux Technology Center, Open Virtualization
next prev parent reply other threads:[~2008-10-01 12:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-30 9:10 [Qemu-devel] [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling v2 ehrhardt
2008-09-30 14:13 ` [Qemu-devel] " Hollis Blanchard
2008-09-30 19:38 ` [Qemu-devel] " malc
2008-10-01 12:26 ` Christian Ehrhardt [this message]
2008-09-30 21:19 ` malc
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=48E36C78.9020605@linux.vnet.ibm.com \
--to=ehrhardt@linux.vnet.ibm.com \
--cc=av1474@comtv.ru \
--cc=avi@qumranet.com \
--cc=hollisb@us.ibm.com \
--cc=kvm-ppc@vger.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@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).