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
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html