From: Jan Kiszka <jan.kiszka@web.de>
To: Alexander Graf <agraf@suse.de>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
xen-devel <xen-devel@lists.xensource.com>,
qemu-devel@nongnu.org,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system
Date: Tue, 21 Jun 2011 09:27:40 +0200 [thread overview]
Message-ID: <4E0047EC.5090700@web.de> (raw)
In-Reply-To: <A1F35AD8-AF73-4A75-BE92-AD1E9988C34B@suse.de>
[-- Attachment #1: Type: text/plain, Size: 964 bytes --]
On 2011-06-21 09:26, Alexander Graf wrote:
>
> On 21.06.2011, at 09:23, Jan Kiszka wrote:
>
>> On 2011-06-21 09:21, Alexander Graf wrote:
>>>
>>> On 21.06.2011, at 08:26, Jan Kiszka wrote:
>>>
>>>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>>>
>>>> Introduce CONFIG_XEN_BACKEND so that this new config solely controls the
>>>> target-independent backend build and CONFIG_XEN can focus on per-target
>>>> building.
>>>
>>> What's the incentive here? I very much doubt we'll ever want to support xen on !x86. In fact, the better solution would probably be to just move every build component to x86 specific code.
>>
>> I doubt that as well. But keeping the backend centrals prevent building
>> them twice (for i386 and x86_64).
>
> How can we not build them twice without risking that target_ulong breaks somewhere along the way?
Because the backends don't depend on that. And we already build them
only once, your your logs. :)
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@web.de>
To: Alexander Graf <agraf@suse.de>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
xen-devel <xen-devel@lists.xensource.com>,
qemu-devel@nongnu.org,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [PATCH 1/4] xen: Clean up build system
Date: Tue, 21 Jun 2011 09:27:40 +0200 [thread overview]
Message-ID: <4E0047EC.5090700@web.de> (raw)
In-Reply-To: <A1F35AD8-AF73-4A75-BE92-AD1E9988C34B@suse.de>
[-- Attachment #1.1: Type: text/plain, Size: 964 bytes --]
On 2011-06-21 09:26, Alexander Graf wrote:
>
> On 21.06.2011, at 09:23, Jan Kiszka wrote:
>
>> On 2011-06-21 09:21, Alexander Graf wrote:
>>>
>>> On 21.06.2011, at 08:26, Jan Kiszka wrote:
>>>
>>>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>>>
>>>> Introduce CONFIG_XEN_BACKEND so that this new config solely controls the
>>>> target-independent backend build and CONFIG_XEN can focus on per-target
>>>> building.
>>>
>>> What's the incentive here? I very much doubt we'll ever want to support xen on !x86. In fact, the better solution would probably be to just move every build component to x86 specific code.
>>
>> I doubt that as well. But keeping the backend centrals prevent building
>> them twice (for i386 and x86_64).
>
> How can we not build them twice without risking that target_ulong breaks somewhere along the way?
Because the backends don't depend on that. And we already build them
only once, your your logs. :)
Jan
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2011-06-21 7:27 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-21 6:26 [Qemu-devel] [PATCH 0/4] Xen cleanups Jan Kiszka
2011-06-21 6:26 ` Jan Kiszka
2011-06-21 6:26 ` [Qemu-devel] [PATCH 1/4] xen: Clean up build system Jan Kiszka
2011-06-21 6:26 ` Jan Kiszka
2011-06-21 7:21 ` [Qemu-devel] " Alexander Graf
2011-06-21 7:21 ` Alexander Graf
2011-06-21 7:23 ` [Qemu-devel] " Jan Kiszka
2011-06-21 7:23 ` Jan Kiszka
2011-06-21 7:26 ` [Qemu-devel] " Alexander Graf
2011-06-21 7:26 ` Alexander Graf
2011-06-21 7:27 ` Jan Kiszka [this message]
2011-06-21 7:27 ` Jan Kiszka
2011-06-21 7:46 ` [Qemu-devel] " Alexander Graf
2011-06-21 7:46 ` Alexander Graf
2011-06-21 7:57 ` [Qemu-devel] " Jan Kiszka
2011-06-21 7:57 ` Jan Kiszka
2011-06-21 8:15 ` [Qemu-devel] " Alexander Graf
2011-06-21 8:15 ` Alexander Graf
2011-06-21 13:01 ` [Qemu-devel] [Xen-devel] " Ian Jackson
2011-06-21 13:01 ` Ian Jackson
2011-06-21 13:16 ` [Qemu-devel] [Xen-devel] " Jan Kiszka
2011-06-21 13:16 ` Jan Kiszka
2011-06-21 13:18 ` [Qemu-devel] [Xen-devel] " Alexander Graf
2011-06-21 13:18 ` Alexander Graf
2011-06-21 13:48 ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2011-06-21 13:48 ` Stefano Stabellini
2011-06-21 6:26 ` [Qemu-devel] [PATCH 2/4] xen: Uninline xen_unmap_block Jan Kiszka
2011-06-21 6:26 ` Jan Kiszka
2011-06-21 7:22 ` [Qemu-devel] " Alexander Graf
2011-06-21 7:22 ` Alexander Graf
2011-06-21 13:49 ` [Qemu-devel] " Stefano Stabellini
2011-06-21 13:49 ` Stefano Stabellini
2011-06-21 6:26 ` [Qemu-devel] [PATCH 3/4] xen: Clean up map cache API naming Jan Kiszka
2011-06-21 6:26 ` Jan Kiszka
2011-06-21 7:23 ` [Qemu-devel] " Alexander Graf
2011-06-21 7:23 ` Alexander Graf
2011-06-21 13:49 ` [Qemu-devel] " Stefano Stabellini
2011-06-21 13:49 ` Stefano Stabellini
2011-06-21 6:26 ` [Qemu-devel] [PATCH 4/4] xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN Jan Kiszka
2011-06-21 6:26 ` Jan Kiszka
2011-06-21 7:31 ` [Qemu-devel] " Alexander Graf
2011-06-21 7:31 ` Alexander Graf
2011-06-21 13:50 ` [Qemu-devel] " Stefano Stabellini
2011-06-21 13:50 ` Stefano Stabellini
2011-06-21 13:49 ` [Qemu-devel] [PATCH 0/4] Xen cleanups Stefano Stabellini
2011-06-21 13:49 ` Stefano Stabellini
2011-06-21 14:00 ` [Qemu-devel] " Alexander Graf
2011-06-21 14:00 ` Alexander Graf
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=4E0047EC.5090700@web.de \
--to=jan.kiszka@web.de \
--cc=agraf@suse.de \
--cc=anthony.perard@citrix.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.