Re: [PATCH] Only compile KVM support for matching CPU types

2009-06-28 Thread Avi Kivity
On 06/25/2009 01:40 AM, Anthony Liguori wrote: Applied, thanks. I don't know why this is disabled for qemu-kvm.git. It was disabled before qemu.git got reworked here, IIRC. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "un

Re: [PATCH] Only compile KVM support for matching CPU types

2009-06-24 Thread Anthony Liguori
Dustin Kirkland wrote: On Wed, 2009-06-24 at 17:40 -0500, Anthony Liguori wrote: I don't know why this is disabled for qemu-kvm.git. Signed-off-by: Anthony Liguori --- configure |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 4bad3c3

Re: [PATCH] Only compile KVM support for matching CPU types

2009-06-24 Thread Dustin Kirkland
On Wed, 2009-06-24 at 18:09 -0500, Dustin Kirkland wrote: > On Wed, 2009-06-24 at 17:40 -0500, Anthony Liguori wrote: > > # Make sure the target and host cpus are compatible > > if test ! \( "$target_cpu" = "$cpu" -o \ > >\( "$target_cpu" = "ppcemb" -a "$cpu" = "ppc" \) -o \ > >\( "$targe

Re: [PATCH] Only compile KVM support for matching CPU types

2009-06-24 Thread Dustin Kirkland
On Wed, 2009-06-24 at 17:40 -0500, Anthony Liguori wrote: > I don't know why this is disabled for qemu-kvm.git. > > Signed-off-by: Anthony Liguori > --- > configure |5 + > 1 files changed, 1 insertions(+), 4 deletions(-) > > diff --git a/configure b/configure > index 4bad3c3..1b73eaf 1