softmmu/vl: Remove the check for colons in -accel parameters
commit2f7057ac97579f940139ac85d8b757d47ef0efab
authorThomas Huth <thuth@redhat.com>
Thu, 18 Jun 2020 07:40:01 +0000 (18 09:40 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Jul 2020 22:04:54 +0000 (10 18:04 -0400)
tree0fb79ba3692e6e2966e665cf365661bfdf7a884f
parentb0c3cf9407e642d74d1bbd18f8846872152a92df
softmmu/vl: Remove the check for colons in -accel parameters

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>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Message-Id: <20200618074001.13642-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c