* [PATCH] Fix KVM CPU check in configure
@ 2009-06-29 16:21 Jan Kiszka
2009-07-02 11:17 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-06-29 16:21 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 88830aa..83faf93 100755
--- a/configure
+++ b/configure
@@ -2130,7 +2130,7 @@ configure_kvm() {
if test ! \( "$target_cpu" = "$cpu" -o \
\( "$target_cpu" = "ppcemb" -a "$cpu" = "ppc" \) -o \
\( "$target_cpu" = "x86_64" -a "$cpu" = "i386" \) -o \
- \( "$target_cpu" = "i386" -a "$cpu" = "x86_64" \) \) -o \
+ \( "$target_cpu" = "i386" -a "$cpu" = "x86_64" \) -o \
\( "$target_cpu" = "ia64" -a "$cpu" = "ia64" \) \) ; then
target_kvm="no"
fi
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix KVM CPU check in configure
2009-06-29 16:21 [PATCH] Fix KVM CPU check in configure Jan Kiszka
@ 2009-07-02 11:17 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-07-02 11:17 UTC (permalink / raw)
To: Jan Kiszka; +Cc: kvm-devel
On 06/29/2009 07:21 PM, Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka<jan.kiszka@siemens.com>
> ---
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-02 11:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 16:21 [PATCH] Fix KVM CPU check in configure Jan Kiszka
2009-07-02 11:17 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox