* [Qemu-devel] Xen build broken with current git head
@ 2009-06-30 9:09 Jan Kiszka
2009-06-30 9:25 ` [Qemu-devel] " Gerd Hoffmann
0 siblings, 1 reply; 6+ messages in thread
From: Jan Kiszka @ 2009-06-30 9:09 UTC (permalink / raw)
To: Anthony Liguori, Gerd Hoffmann; +Cc: qemu-devel
FYI (sorry, no time to dig into this).
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: Xen build broken with current git head
2009-06-30 9:09 [Qemu-devel] Xen build broken with current git head Jan Kiszka
@ 2009-06-30 9:25 ` Gerd Hoffmann
2009-06-30 14:18 ` Juan Quintela
2009-06-30 14:28 ` Juan Quintela
0 siblings, 2 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2009-06-30 9:25 UTC (permalink / raw)
To: Jan Kiszka; +Cc: Anthony Liguori, qemu-devel, Juan Quintela
On 06/30/09 11:09, Jan Kiszka wrote:
> FYI (sorry, no time to dig into this).
Noticed too. Looks like it tries to build xen on arm now, then fails to
link. I suspect it's somewhere in the Makefile changes.
Juan?
cheers,
Gerd
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: Xen build broken with current git head
2009-06-30 9:25 ` [Qemu-devel] " Gerd Hoffmann
@ 2009-06-30 14:18 ` Juan Quintela
2009-06-30 14:28 ` Juan Quintela
1 sibling, 0 replies; 6+ messages in thread
From: Juan Quintela @ 2009-06-30 14:18 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: Jan Kiszka, Anthony Liguori, qemu-devel
Gerd Hoffmann <kraxel@redhat.com> wrote:
> On 06/30/09 11:09, Jan Kiszka wrote:
>> FYI (sorry, no time to dig into this).
>
> Noticed too. Looks like it tries to build xen on arm now, then fails
> to link. I suspect it's somewhere in the Makefile changes.
>
> Juan?
Looking at it.
Later, Juan.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: Xen build broken with current git head
2009-06-30 9:25 ` [Qemu-devel] " Gerd Hoffmann
2009-06-30 14:18 ` Juan Quintela
@ 2009-06-30 14:28 ` Juan Quintela
2009-06-30 14:32 ` Anthony Liguori
1 sibling, 1 reply; 6+ messages in thread
From: Juan Quintela @ 2009-06-30 14:28 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: Jan Kiszka, Anthony Liguori, qemu-devel
Gerd Hoffmann <kraxel@redhat.com> wrote:
> On 06/30/09 11:09, Jan Kiszka wrote:
>> FYI (sorry, no time to dig into this).
>
> Noticed too. Looks like it tries to build xen on arm now, then fails
> to link. I suspect it's somewhere in the Makefile changes.
Anthony, please apply.
It compiles for me now.
>From 5e5cff8bd81a247f8c13ef9c5ad259a816c66f89 Mon Sep 17 00:00:00 2001
Message-Id: <5e5cff8bd81a247f8c13ef9c5ad259a816c66f89.1246371970.git.quintela@redhat.com>
From: Juan Quintela <quintela@redhat.com>
Date: Tue, 30 Jun 2009 16:25:51 +0200
Subject: [PATCH] fix XEN Build
I miss s/yes/y/ in one place
---
Makefile.target | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index cd7bf35..5a4c406 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -543,7 +543,7 @@ endif
# xen backend driver support
obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
-ifeq ($(CONFIG_XEN), yes)
+ifeq ($(CONFIG_XEN), y)
LIBS += $(XEN_LIBS)
endif
--
1.6.2.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: Xen build broken with current git head
2009-06-30 14:28 ` Juan Quintela
@ 2009-06-30 14:32 ` Anthony Liguori
2009-06-30 14:50 ` Juan Quintela
0 siblings, 1 reply; 6+ messages in thread
From: Anthony Liguori @ 2009-06-30 14:32 UTC (permalink / raw)
To: Juan Quintela; +Cc: Jan Kiszka, Gerd Hoffmann, qemu-devel
Juan Quintela wrote:
> Gerd Hoffmann <kraxel@redhat.com> wrote:
>
>> On 06/30/09 11:09, Jan Kiszka wrote:
>>
>>> FYI (sorry, no time to dig into this).
>>>
>> Noticed too. Looks like it tries to build xen on arm now, then fails
>> to link. I suspect it's somewhere in the Makefile changes.
>>
>
> Anthony, please apply.
> It compiles for me now.
>
Could you send as proper patch? I'll push it immediately.
--
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: Xen build broken with current git head
2009-06-30 14:32 ` Anthony Liguori
@ 2009-06-30 14:50 ` Juan Quintela
0 siblings, 0 replies; 6+ messages in thread
From: Juan Quintela @ 2009-06-30 14:50 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Jan Kiszka, Gerd Hoffmann, qemu-devel
Anthony Liguori <aliguori@us.ibm.com> wrote:
> Juan Quintela wrote:
>> Gerd Hoffmann <kraxel@redhat.com> wrote:
>>
>>> On 06/30/09 11:09, Jan Kiszka wrote:
>>>
>>>> FYI (sorry, no time to dig into this).
>>>>
>>> Noticed too. Looks like it tries to build xen on arm now, then fails
>>> to link. I suspect it's somewhere in the Makefile changes.
>>>
>>
>> Anthony, please apply.
>> It compiles for me now.
>>
>
> Could you send as proper patch? I'll push it immediately.
Sent, sorry.
Later, Juan.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-06-30 14:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 9:09 [Qemu-devel] Xen build broken with current git head Jan Kiszka
2009-06-30 9:25 ` [Qemu-devel] " Gerd Hoffmann
2009-06-30 14:18 ` Juan Quintela
2009-06-30 14:28 ` Juan Quintela
2009-06-30 14:32 ` Anthony Liguori
2009-06-30 14:50 ` Juan Quintela
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).