kvm-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Zhang, Xiantao" <xiantao.zhang@intel.com>
To: kvm-ia64@vger.kernel.org
Subject: [PATCH 01/04] qemu-kvm: Set default configure option for ia64
Date: Tue, 28 Apr 2009 09:29:38 +0000	[thread overview]
Message-ID: <706158FABBBA044BAD4FE898A02E4BC236A2BC08@pdsmsx503.ccr.corp.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 807 bytes --]

From 98c3d2efeddae9e050455ae06f5214ba2bdc4ec3 Mon Sep 17 00:00:00 2001
From: Xiantao Zhang <xiantao.zhang@intel.com>
Date: Tue, 28 Apr 2009 15:03:05 +0800
Subject: [PATCH] qemu-kvm: Set default configure option for ia64
 
1.Disable xen config support for ia64.
2.Only configure ia64-softmmu for ia64.
 
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 
diff --git a/configure b/configure
index fc0fb9b..5f448a2 100755
--- a/configure
+++ b/configure
@@ -337,6 +337,8 @@ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
 fi
 if [ "$cpu" = "ia64" ] ; then
      kvm="yes"
+     xen="no"
+     target_list="ia64-softmmu"
      cpu_emulation="no"
      gdbstub="no"
      slirp="no"
-- 
1.6.0
 
 

[-- Attachment #2: 0001-qemu-kvm-Set-default-configure-option-for-ia64.patch --]
[-- Type: application/octet-stream, Size: 771 bytes --]

From 98c3d2efeddae9e050455ae06f5214ba2bdc4ec3 Mon Sep 17 00:00:00 2001
From: Xiantao Zhang <xiantao.zhang@intel.com>
Date: Tue, 28 Apr 2009 15:03:05 +0800
Subject: [PATCH] qemu-kvm: Set default configure option for ia64

1.Disable xen config support for ia64.
2.Only configure ia64-softmmu for ia64.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index fc0fb9b..5f448a2 100755
--- a/configure
+++ b/configure
@@ -337,6 +337,8 @@ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
 fi
 if [ "$cpu" = "ia64" ] ; then
      kvm="yes"
+     xen="no"
+     target_list="ia64-softmmu"
      cpu_emulation="no"
      gdbstub="no"
      slirp="no"
-- 
1.6.0


                 reply	other threads:[~2009-04-28  9:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=706158FABBBA044BAD4FE898A02E4BC236A2BC08@pdsmsx503.ccr.corp.intel.com \
    --to=xiantao.zhang@intel.com \
    --cc=kvm-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).