Re: [PATCH 06/16] vl: configure accelerators from -accel options

2019-11-18 Thread Wainer dos Santos Moschetta
On 11/13/19 12:38 PM, Paolo Bonzini wrote: 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

[PATCH 06/16] vl: configure accelerators from -accel options

2019-11-13 Thread Paolo Bonzini
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