From: Jan Kiszka <jan.kiszka@siemens.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Bruce Rogers <brogers@suse.com>
Subject: Re: [Qemu-devel] [PATCH] Legacy qemu-kvm options have no argument
Date: Wed, 21 Nov 2012 13:12:53 +0100 [thread overview]
Message-ID: <50ACC545.7000002@siemens.com> (raw)
In-Reply-To: <87lidwux0q.fsf@blackfin.pond.sub.org>
On 2012-11-20 16:14, Markus Armbruster wrote:
> Cc'ing Marcelo & Jan to speed up patch application.
>
> Bruce Rogers <brogers@suse.com> writes:
>
>> 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)
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
--
Siemens AG, Corporate Technology, CT RTC ITP SDP-DE
Corporate Competence Center Embedded Linux
next prev parent reply other threads:[~2012-11-21 12:13 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 [this message]
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 ` [Qemu-devel] [PATCH 1.3] " Stefan Hajnoczi
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=50ACC545.7000002@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=armbru@redhat.com \
--cc=brogers@suse.com \
--cc=mtosatti@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).