From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: buildbot for kvm.git Date: Wed, 10 Nov 2010 15:31:06 +0200 Message-ID: <4CDA9E9A.9040708@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: Daniel Gollub Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43869 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755677Ab0KJNbM (ORCPT ); Wed, 10 Nov 2010 08:31:12 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Daniel, the buildbot has been fairly effective in keeping qemu-kvm.git building. I'd like to extend that to kvm.git, especially for non-x86 architectures. I've now a virtual machine with a cross compile environment for s390, ppc, and ia64. I'd like buildbot to build for the following archs and configs: x86_64: defconfig + KVM=m KVM_INTEL=m KVM_AMD=m i386: defconfig + KVM=m KVM_INTEL=m KVM_AMD=m s390: defconfig + KVM=m ia64: defconfig + KVM=m KVM_INTEL=m powerpc: ppc4x_defconfig + VIRTUALIZATION=y KVM=y KVM_440=y KVM_E500=n KVM_EXIT_TIMING=n VIRTIO_PCI=m VIRTIO_BALLOON=m VIRTIO_BLK=m VIRTIO_NET=m VIRTIO_CONSOLE=m powerpc: ppc64_defconfig VIRTUALIZATION=y KVM=y KVM_BOOK3S_64=m' KVM_EXIT_TIMING=n VIRTIO_PCI=m VIRTIO_BALLOON=m VIRTIO_BLK=m VIRTIO_NET=m VIRTIO_CONSOLE=m The recipe for a build is: - check out the source - MAKE defconfig where MAKE="make ARCH=$ARCH CROSS_COMPILE=/opt/gcc-4.5.0-nolibc/$ARCH-linux/bin/$ARCH-linux-' - append the extra options to .config - MAKE oldconfig - MAKE Can you help with this? -- error compiling committee.c: too many arguments to function