Re: [PATCH v3 0/7] tests/acceptance: Handle tests with "cpu" tag

2021-06-11 Thread Wainer dos Santos Moschetta
Ping. Only patches 06 and 07 did not get any review. The series touches many files and it was last rebased months ago, so likely I will need to resolve rebase conflicts. But I would like to have the reviews of those patches before. Thanks! - Wainer On 4/30/21 10:34 AM, Wainer dos Santos Mo

[PATCH v3 0/7] tests/acceptance: Handle tests with "cpu" tag

2021-04-30 Thread Wainer dos Santos Moschetta
Currently the acceptance tests tagged with "machine" have the "-M TYPE" automatically added to the list of arguments of the QEMUMachine object. In other words, that option is passed to the launched QEMU. On this series it is implemented the same feature but instead for tests marked with "cpu". The