* [PATCH] Set cpu_emulation to no for kvm/ia64
@ 2008-07-04 6:27 Zhang, Xiantao
2008-07-05 9:23 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Xiantao @ 2008-07-04 6:27 UTC (permalink / raw)
To: avi; +Cc: kvm-ia64, kvm
[-- Attachment #1: Type: text/plain, Size: 779 bytes --]
>From d81072df84fb7229ad3df8853ca001eb2c88e9b0 Mon Sep 17 00:00:00 2001
From: Xiantao Zhang <xiantao.zhang@intel.com>
Date: Fri, 4 Jul 2008 14:07:23 +0800
Subject: [PATCH] KVM: Qemu : Set cpu_emulation to no for kvm/ia64
Since Qemu's ia64 host lacks cpu-emulation support, so
set it as no by default.
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
---
qemu/configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/qemu/configure b/qemu/configure
index 8a37b28..d047a64 100755
--- a/qemu/configure
+++ b/qemu/configure
@@ -210,6 +210,7 @@ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
fi
if [ "$cpu" = "ia64" ] ; then
kvm="yes"
+ cpu_emulation="no"
gdbstub="no"
slirp="no"
fi
--
1.5.2
[-- Attachment #2: 0001-KVM-Qemu-Set-cpu_emulation-for-kvm-ia64.patch --]
[-- Type: application/octet-stream, Size: 780 bytes --]
From d81072df84fb7229ad3df8853ca001eb2c88e9b0 Mon Sep 17 00:00:00 2001
From: Xiantao Zhang <xiantao.zhang@intel.com>
Date: Fri, 4 Jul 2008 14:07:23 +0800
Subject: [PATCH] KVM: Qemu : Set cpu_emulation to no for kvm/ia64
Since Qemu's ia64 host lacks cpu-emulation support, so
set it as no by default.
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
---
qemu/configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/qemu/configure b/qemu/configure
index 8a37b28..d047a64 100755
--- a/qemu/configure
+++ b/qemu/configure
@@ -210,6 +210,7 @@ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
fi
if [ "$cpu" = "ia64" ] ; then
kvm="yes"
+ cpu_emulation="no"
gdbstub="no"
slirp="no"
fi
--
1.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Set cpu_emulation to no for kvm/ia64
2008-07-04 6:27 [PATCH] Set cpu_emulation to no for kvm/ia64 Zhang, Xiantao
@ 2008-07-05 9:23 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-07-05 9:23 UTC (permalink / raw)
To: Zhang, Xiantao; +Cc: kvm-ia64, kvm
Zhang, Xiantao wrote:
> Since Qemu's ia64 host lacks cpu-emulation support, so
> set it as no by default.
>
>
Applied, thanks.
--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-05 9:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 6:27 [PATCH] Set cpu_emulation to no for kvm/ia64 Zhang, Xiantao
2008-07-05 9:23 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox