From mboxrd@z Thu Jan 1 00:00:00 1970 From: ehrhardt@linux.vnet.ibm.com Subject: [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc Date: Tue, 16 Sep 2008 10:48:31 +0200 Message-ID: <1221554914-29751-1-git-send-email-ehrhardt@linux.vnet.ibm.com> Cc: hollisb@us.ibm.com, ehrhardt@linux.vnet.ibm.com To: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Return-path: Received: from mtagate7.uk.ibm.com ([195.212.29.140]:60793 "EHLO mtagate7.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbYIPIst (ORCPT ); Tue, 16 Sep 2008 04:48:49 -0400 Sender: kvm-owner@vger.kernel.org List-ID: From: Christian Ehrhardt 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 ppc. [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(-)