From: Stefan Hajnoczi <stefanha@gmail.com>
To: anthony@codemonkey.ws
Cc: Luiz Capitulino <lcapitulino@redhat.com>,
qemu-devel@nongnu.org, Bruce Rogers <brogers@suse.com>
Subject: Re: [Qemu-devel] [PATCH 1.3] Legacy qemu-kvm options have no argument
Date: Fri, 23 Nov 2012 07:49:41 +0100 [thread overview]
Message-ID: <20121123064941.GA22787@stefanha-thinkpad.hitronhub.home> (raw)
In-Reply-To: <1353420681-8870-1-git-send-email-brogers@suse.com>
On Tue, Nov 20, 2012 at 07:11:21AM -0700, Bruce Rogers wrote:
> The options no-kvm, no-kvm-pit, no-kvm-pit-reinjection, and no-kvm-irqchip
> should be marked as having no argument.
>
> Signed-off-by: Bruce Rogers <brogers@suse.com>
> ---
> qemu-options.hx | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 9bb29d3..fbcf079 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -2918,17 +2918,17 @@ Enable FIPS 140-2 compliance mode.
> ETEXI
>
> HXCOMM Deprecated by -machine accel=tcg property
> -DEF("no-kvm", HAS_ARG, QEMU_OPTION_no_kvm, "", QEMU_ARCH_I386)
> +DEF("no-kvm", 0, QEMU_OPTION_no_kvm, "", QEMU_ARCH_I386)
>
> HXCOMM Deprecated by kvm-pit driver properties
> -DEF("no-kvm-pit-reinjection", HAS_ARG, QEMU_OPTION_no_kvm_pit_reinjection,
> +DEF("no-kvm-pit-reinjection", 0, QEMU_OPTION_no_kvm_pit_reinjection,
> "", QEMU_ARCH_I386)
>
> HXCOMM Deprecated (ignored)
> -DEF("no-kvm-pit", HAS_ARG, QEMU_OPTION_no_kvm_pit, "", QEMU_ARCH_I386)
> +DEF("no-kvm-pit", 0, QEMU_OPTION_no_kvm_pit, "", QEMU_ARCH_I386)
>
> HXCOMM Deprecated by -machine kernel_irqchip=on|off property
> -DEF("no-kvm-irqchip", HAS_ARG, QEMU_OPTION_no_kvm_irqchip, "", QEMU_ARCH_I386)
> +DEF("no-kvm-irqchip", 0, QEMU_OPTION_no_kvm_irqchip, "", QEMU_ARCH_I386)
>
> HXCOMM Deprecated (ignored)
> DEF("tdf", 0, QEMU_OPTION_tdf,"", QEMU_ARCH_ALL)
> --
> 1.7.7
Anthony, please consider this patch for QEMU 1.3-rc1. Without it the
deprecated qemu-kvm options don't work!
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Stefan
prev parent reply other threads:[~2012-11-23 6:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 14:11 [Qemu-devel] [PATCH] Legacy qemu-kvm options have no argument Bruce Rogers
2012-11-20 15:14 ` Markus Armbruster
2012-11-21 12:12 ` Jan Kiszka
2012-11-22 12:34 ` Luiz Capitulino
2012-11-23 6:50 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
2012-11-23 11:48 ` Luiz Capitulino
2012-11-23 6:49 ` Stefan Hajnoczi [this message]
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=20121123064941.GA22787@stefanha-thinkpad.hitronhub.home \
--to=stefanha@gmail.com \
--cc=anthony@codemonkey.ws \
--cc=brogers@suse.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.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 NNTP newsgroup(s).