From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-trivial@nongnu.org, "Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [PATCH] softmmu/vl: Remove the check for colons in -accel parameters
Date: Fri, 3 Jul 2020 07:34:09 +0200 [thread overview]
Message-ID: <1a135eb1-8ea6-80f2-85d7-40c8da92c1d1@redhat.com> (raw)
In-Reply-To: <20200618074001.13642-1-thuth@redhat.com>
On 18/06/2020 09.40, Thomas Huth wrote:
> The new -accel option does not accept colons in the parameters anymore
> (since it does not convert the parameters to -machine accel=... parameters
> anymore). Thus we can now remove the check for colons in -accel:
>
> $ qemu-system-x86_64 -accel kvm:tcg
> qemu-system-x86_64: -accel kvm:tcg: invalid accelerator kvm:tcg
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> softmmu/vl.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/softmmu/vl.c b/softmmu/vl.c
> index f669c06ede..273acfcf6b 100644
> --- a/softmmu/vl.c
> +++ b/softmmu/vl.c
> @@ -3485,11 +3485,6 @@ void qemu_init(int argc, char **argv, char **envp)
> g_slist_free(accel_list);
> exit(0);
> }
> - if (optarg && strchr(optarg, ':')) {
> - error_report("Don't use ':' with -accel, "
> - "use -M accel=... for now instead");
> - exit(1);
> - }
> break;
> case QEMU_OPTION_usb:
> olist = qemu_find_opts("machine");
>
Ping?
Thomas
next prev parent reply other threads:[~2020-07-03 5:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-18 7:40 [PATCH] softmmu/vl: Remove the check for colons in -accel parameters Thomas Huth
2020-06-18 8:03 ` no-reply
2020-06-18 8:24 ` Thomas Huth
2020-07-03 5:34 ` Thomas Huth [this message]
2020-07-03 7:28 ` Claudio Fontana
2020-07-03 17:22 ` Paolo Bonzini
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=1a135eb1-8ea6-80f2-85d7-40c8da92c1d1@redhat.com \
--to=thuth@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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).