Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-21 Thread Alexander Graf
On 21.06.2011, at 09:57, Jan Kiszka wrote: > On 2011-06-21 09:46, Alexander Graf wrote: >> >> On 21.06.2011, at 09:27, Jan Kiszka wrote: >> >>> 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:

Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-21 Thread Jan Kiszka
On 2011-06-21 09:46, Alexander Graf wrote: > > On 21.06.2011, at 09:27, Jan Kiszka wrote: > >> 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: >

Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-21 Thread Alexander Graf
On 21.06.2011, at 09:27, Jan Kiszka wrote: > 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 > > Introduce C

Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-21 Thread Alexander Graf
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 >>> >>> Introduce CONFIG_XEN_BACKEND so that this new config solely controls the >>> target-independent backend build and CONFIG_XEN

Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-21 Thread Jan Kiszka
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 Introduce CONFIG_XEN_BACKEND so that this new config solely controls th

Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-21 Thread Jan Kiszka
On 2011-06-21 09:21, Alexander Graf wrote: > > On 21.06.2011, at 08:26, Jan Kiszka wrote: > >> From: Jan Kiszka >> >> 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 i

Re: [Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-21 Thread Alexander Graf
On 21.06.2011, at 08:26, Jan Kiszka wrote: > From: Jan Kiszka > > 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 suppo

[Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-20 Thread Jan Kiszka
From: Jan Kiszka 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. Signed-off-by: Jan Kiszka --- Makefile.objs |4 ++-- Makefile.target | 13 +++-- configure |2 +-