kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2
@ 2008-09-30  6:36 ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
  2008-09-30 14:19 ` Hollis Blanchard
       [not found] ` <1222756604-10899-1-git-send-email-ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
  0 siblings, 2 replies; 3+ messages in thread
From: ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8 @ 2008-09-30  6:36 UTC (permalink / raw)
  To: kvm-ppc-u79uwXL29TY76Z2rM5mHXA, kvm-u79uwXL29TY76Z2rM5mHXA,
	avi-atKUWr5tajBWk0Htik3J/w, qemu-devel-qX2TKyscuCcdnm+yROfE0A
  Cc: hollisb-r/Jw6+rmf7HQT0dZR+AlfA,
	ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8

From: Christian Ehrhardt <ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>

*update
Short after resending v1 I realized that I forgot to put Avi and
qemu-devel-qX2TKyscuCcdnm+yROfE0A@public.gmane.org (for 2/3) on cc. I also updated the header text in 1/3 a
bit and verified my hostlongbits proposal on recent cross toolchain versions
because there was a question about that.

Updating and testing kvm-userspace for ppc after a too long time brought up
some issues fixed in this series.

The patches are small and their description should be comprehendible. Due to
the fact that most of the issues where build time issues I also started to
discuss about/establish some kind of automated build test for us that should
allow us to find such things faster.
Let me know if qumranet has such a process for x86 already and I should help
you to include powerpc.

[patches in series]
[PATCH 1/3] kvm-userspace: kvmppc: fix file header in libkvm-powerpc.c
[PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling
[PATCH 3/3] kvm-userspace: kvmppc: fix building userspace for powerpc

---
[diffstat]
 Makefile                       |    3 ++-
 kernel/powerpc/Makefile.pre    |    1 +
 kernel/powerpc/hack-module.awk |    5 +++++
 libkvm/libkvm-powerpc.c        |   14 +++++---------
 qemu/Makefile.target           |    2 +-
 qemu/configure                 |   13 +++++++------
 6 files changed, 21 insertions(+), 17 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2
  2008-09-30  6:36 [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2 ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
@ 2008-09-30 14:19 ` Hollis Blanchard
       [not found] ` <1222756604-10899-1-git-send-email-ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Hollis Blanchard @ 2008-09-30 14:19 UTC (permalink / raw)
  To: avi; +Cc: kvm-ppc, kvm, qemu-devel, Christian Ehrhardt

On Tue, 2008-09-30 at 08:36 +0200, ehrhardt@linux.vnet.ibm.com wrote:
> From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
> 
> *update
> Short after resending v1 I realized that I forgot to put Avi and
> qemu-devel@nongnu.org (for 2/3) on cc. I also updated the header text in 1/3 a
> bit and verified my hostlongbits proposal on recent cross toolchain versions
> because there was a question about that.
> 
> Updating and testing kvm-userspace for ppc after a too long time brought up
> some issues fixed in this series.
> 
> The patches are small and their description should be comprehendible. Due to
> the fact that most of the issues where build time issues I also started to
> discuss about/establish some kind of automated build test for us that should
> allow us to find such things faster.
> Let me know if qumranet has such a process for x86 already and I should help
> you to include powerpc.
> 
> [patches in series]
> [PATCH 1/3] kvm-userspace: kvmppc: fix file header in libkvm-powerpc.c
> [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling
> [PATCH 3/3] kvm-userspace: kvmppc: fix building userspace for powerpc

Acked-by: Hollis Blanchard <hollisb@us.ibm.com>

Avi, assuming agreement from qemu folks on patch #2, please apply these.
Thanks.

-- 
Hollis Blanchard
IBM Linux Technology Center


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2
       [not found] ` <1222756604-10899-1-git-send-email-ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
@ 2008-10-02 12:57   ` Avi Kivity
  0 siblings, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2008-10-02 12:57 UTC (permalink / raw)
  To: ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
  Cc: kvm-ppc-u79uwXL29TY76Z2rM5mHXA, kvm-u79uwXL29TY76Z2rM5mHXA,
	qemu-devel-qX2TKyscuCcdnm+yROfE0A, hollisb-r/Jw6+rmf7HQT0dZR+AlfA

ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org wrote:
> From: Christian Ehrhardt <ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
>
> *update
> Short after resending v1 I realized that I forgot to put Avi and
> qemu-devel-qX2TKyscuCcdnm+yROfE0A@public.gmane.org (for 2/3) on cc. I also updated the header text in 1/3 a
> bit and verified my hostlongbits proposal on recent cross toolchain versions
> because there was a question about that.
>
> Updating and testing kvm-userspace for ppc after a too long time brought up
> some issues fixed in this series.
>
> The patches are small and their description should be comprehendible. Due to
> the fact that most of the issues where build time issues I also started to
> discuss about/establish some kind of automated build test for us that should
> allow us to find such things faster.
> Let me know if qumranet has such a process for x86 already and I should help
> you to include powerpc.
>
> [patches in series]
> [PATCH 1/3] kvm-userspace: kvmppc: fix file header in libkvm-powerpc.c
> [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling
> [PATCH 3/3] kvm-userspace: kvmppc: fix building userspace for powerpc
>   

Applied 1 and 3, thanks.  2 appears to have already been merged via qemu 
upstream.

-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-02 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-30  6:36 [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2 ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
2008-09-30 14:19 ` Hollis Blanchard
     [not found] ` <1222756604-10899-1-git-send-email-ehrhardt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2008-10-02 12:57   ` Avi Kivity

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).