Re: [PATCH v2 13/18] tcg: convert "-accel threads" to a QOM property

2019-12-09 Thread Philippe Mathieu-Daudé
On 12/9/19 4:01 PM, Paolo Bonzini wrote: Replace the ad-hoc qemu_tcg_configure with generic code invoking QOM property getters and setters. More properties (and thus more valid -accel suboptions) will be added in the next patches, which will move accelerator-related "-machine" options to acceler

[PATCH v2 13/18] tcg: convert "-accel threads" to a QOM property

2019-12-09 Thread Paolo Bonzini
Replace the ad-hoc qemu_tcg_configure with generic code invoking QOM property getters and setters. More properties (and thus more valid -accel suboptions) will be added in the next patches, which will move accelerator-related "-machine" options to accelerators. Reviewed-by: Marc-André Lureau Sig