Paolo Bonzini 6f6e1698a6 vl: configure accelerators from -accel options
Drop the "accel" property from MachineState, and instead desugar
"-machine accel=" to a list of "-accel" options.

This has a semantic change due to removing merge_lists from -accel.
For example:

- "-accel kvm -accel tcg" all but ignored "-accel kvm".  This is a bugfix.

- "-accel kvm -accel thread=single" ignored "thread=single", since it
  applied the option to KVM.  Now it fails due to not specifying the
  accelerator on "-accel thread=single".

- "-accel tcg -accel thread=single" chose single-threaded TCG, while now
  it will fail due to not specifying the accelerator on "-accel
  thread=single".

Also, "-machine accel" and "-accel" become incompatible.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-12-17 19:32:26 +01:00
..
2019-11-23 15:51:48 +01:00
2019-12-17 09:01:14 +01:00
2019-12-16 13:04:46 +01:00
2019-12-16 13:04:46 +01:00
2019-12-16 10:46:34 +00:00
2019-12-14 10:25:50 +01:00
2019-12-17 10:39:48 +11:00
2019-11-05 18:52:29 +01:00
2019-12-16 13:16:15 +01:00
2019-12-16 14:07:56 +00:00
2019-10-28 19:06:47 +01:00
2019-12-17 10:59:11 +11:00
2019-11-19 10:01:34 +01:00
2019-12-14 10:22:38 +01:00
2019-10-18 20:38:10 -07:00
2019-12-17 09:01:14 +01:00
2019-12-17 09:01:14 +01:00