From: Hollis Blanchard <hollisb@us.ibm.com>
To: Jerone Young <jyoung5@us.ibm.com>
Cc: kvm-devel@lists.sourceforge.net, kvm-ppc-devel@lists.sourceforge.net
Subject: Re: [kvm-ppc-devel] [PATCH] Add --disable-cpu-emulation to
Date: Wed, 27 Feb 2008 22:47:38 +0000 [thread overview]
Message-ID: <1204152458.2532.115.camel@basalt> (raw)
In-Reply-To: <cd9eab52ef2d78809540.1204151672@thinkpad.austin.ibm.com>
On Wed, 2008-02-27 at 16:34 -0600, Jerone Young wrote:
> # HG changeset patch
> # User Jerone Young <jyoung5@us.ibm.com>
> # Date 1204151598 21600
> # Branch merge
> # Node ID cd9eab52ef2d78809540518c4e18f4730d5d8400
> # Parent f255b23b6ef9461be4ee18fa0745f30c4fb66e6a
> Add --disable-cpu-emulation to qemu help screen.
>
> This patch adds a line to the help screen of configure for qemu to show the option --disable-cpu-emulation
>
> Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
>
> diff --git a/qemu/configure b/qemu/configure
> --- a/qemu/configure
> +++ b/qemu/configure
> @@ -445,6 +445,7 @@ echo " --fmod-inc path to
> echo " --fmod-inc path to FMOD includes"
> echo " --enable-uname-release=R Return R for uname -r in usermode emulation"
> echo " --sparc_cpu=V Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
> +echo " --no-cpu-emulation disables use of qemu cpu emulation code"
> echo ""
> echo "NOTE: The object files are built at the place where configure is launched"
> exit 1
The patch summary is correct, but the help text is not.
--
Hollis Blanchard
IBM Linux Technology Center
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
WARNING: multiple messages have this Message-ID (diff)
From: Hollis Blanchard <hollisb@us.ibm.com>
To: Jerone Young <jyoung5@us.ibm.com>
Cc: kvm-devel@lists.sourceforge.net, kvm-ppc-devel@lists.sourceforge.net
Subject: Re: [kvm-ppc-devel] [PATCH] Add --disable-cpu-emulation to qemu help screen
Date: Wed, 27 Feb 2008 16:47:38 -0600 [thread overview]
Message-ID: <1204152458.2532.115.camel@basalt> (raw)
In-Reply-To: <cd9eab52ef2d78809540.1204151672@thinkpad.austin.ibm.com>
On Wed, 2008-02-27 at 16:34 -0600, Jerone Young wrote:
> # HG changeset patch
> # User Jerone Young <jyoung5@us.ibm.com>
> # Date 1204151598 21600
> # Branch merge
> # Node ID cd9eab52ef2d78809540518c4e18f4730d5d8400
> # Parent f255b23b6ef9461be4ee18fa0745f30c4fb66e6a
> Add --disable-cpu-emulation to qemu help screen.
>
> This patch adds a line to the help screen of configure for qemu to show the option --disable-cpu-emulation
>
> Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
>
> diff --git a/qemu/configure b/qemu/configure
> --- a/qemu/configure
> +++ b/qemu/configure
> @@ -445,6 +445,7 @@ echo " --fmod-inc path to
> echo " --fmod-inc path to FMOD includes"
> echo " --enable-uname-release=R Return R for uname -r in usermode emulation"
> echo " --sparc_cpu=V Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
> +echo " --no-cpu-emulation disables use of qemu cpu emulation code"
> echo ""
> echo "NOTE: The object files are built at the place where configure is launched"
> exit 1
The patch summary is correct, but the help text is not.
--
Hollis Blanchard
IBM Linux Technology Center
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
next prev parent reply other threads:[~2008-02-27 22:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-27 22:34 [kvm-ppc-devel] [PATCH] Add --disable-cpu-emulation to qemu help Jerone Young
2008-02-27 22:34 ` [PATCH] Add --disable-cpu-emulation to qemu help screen Jerone Young
2008-02-27 22:47 ` Hollis Blanchard [this message]
2008-02-27 22:47 ` [kvm-ppc-devel] " Hollis Blanchard
2008-02-28 16:16 ` [kvm-ppc-devel] [kvm-devel] [PATCH] Add --disable-cpu-emulation Jerone Young
2008-02-28 16:16 ` [kvm-ppc-devel] [PATCH] Add --disable-cpu-emulation to qemu help screen Jerone Young
2008-02-28 8:24 ` [kvm-ppc-devel] [kvm-devel] [PATCH] Add --disable-cpu-emulation Avi Kivity
2008-02-28 8:24 ` [PATCH] Add --disable-cpu-emulation to qemu help screen Avi Kivity
2008-02-28 16:44 ` [kvm-ppc-devel] [kvm-devel] [PATCH] Add --disable-cpu-emulation Jerone Young
2008-02-28 16:44 ` [PATCH] Add --disable-cpu-emulation to qemu help screen Jerone Young
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=1204152458.2532.115.camel@basalt \
--to=hollisb@us.ibm.com \
--cc=jyoung5@us.ibm.com \
--cc=kvm-devel@lists.sourceforge.net \
--cc=kvm-ppc-devel@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.