qemu-e2k/softmmu
Thomas Huth 2f7057ac97 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>
2020-07-10 18:04:54 -04:00
..
Makefile.objs cpu-throttle: new module, extracted from cpus.c 2020-07-10 18:04:49 -04:00
arch_init.c softmmu: move softmmu only files from root 2020-07-10 18:02:24 -04:00
balloon.c softmmu: move softmmu only files from root 2020-07-10 18:02:24 -04:00
cpu-throttle.c cpu-throttle: new module, extracted from cpus.c 2020-07-10 18:04:49 -04:00
cpus.c cpu-throttle: new module, extracted from cpus.c 2020-07-10 18:04:49 -04:00
ioport.c softmmu: move softmmu only files from root 2020-07-10 18:02:24 -04:00
main.c
memory.c softmmu: move softmmu only files from root 2020-07-10 18:02:24 -04:00
memory_mapping.c softmmu: move softmmu only files from root 2020-07-10 18:02:24 -04:00
qtest.c softmmu: move softmmu only files from root 2020-07-10 18:02:24 -04:00
vl.c softmmu/vl: Remove the check for colons in -accel parameters 2020-07-10 18:04:54 -04:00