Re: [PATCH 1/3] tests/functional: Add QemuUserTest class

2024-08-22 Thread Thomas Huth
On 22/08/2024 12.42, Philippe Mathieu-Daudé wrote: Per commit 5334df4822 ("tests/avocado: Introduce QemuUserTest base class"): Similarly to the 'System' Test base class with methods for testing system emulation, the QemuUserTest class contains methods useful to test user-mode emulation.

[PATCH 1/3] tests/functional: Add QemuUserTest class

2024-08-22 Thread Philippe Mathieu-Daudé
Per commit 5334df4822 ("tests/avocado: Introduce QemuUserTest base class"): Similarly to the 'System' Test base class with methods for testing system emulation, the QemuUserTest class contains methods useful to test user-mode emulation. Signed-off-by: Philippe Mathieu-Daudé --- tests/func