Re: [PATCH v2 05/18] vl: merge -accel processing into configure_accelerators

2019-12-10 Thread Philippe Mathieu-Daudé
On 12/9/19 4:01 PM, Paolo Bonzini wrote: The next step is to move the parsing of "-machine accel=..." into vl.c, unifying it with the configure_accelerators() function that has just been introduced. This way, we will be able to desugar it into multiple "-accel" options, without polluting accel/a

[PATCH v2 05/18] vl: merge -accel processing into configure_accelerators

2019-12-09 Thread Paolo Bonzini
The next step is to move the parsing of "-machine accel=..." into vl.c, unifying it with the configure_accelerators() function that has just been introduced. This way, we will be able to desugar it into multiple "-accel" options, without polluting accel/accel.c. The CONFIG_TCG and CONFIG_KVM symb