Re: [PATCH v16 10/99] qtest/bios-tables-test: Rename TCG specific tests

2021-06-07 Thread Thomas Huth
On 04/06/2021 17.51, Alex Bennée wrote: From: Philippe Mathieu-Daudé Some tests require TCG, but don't have '_tcg' in their name, while others do. Unify the test names by adding 'tcg' to the TCG specific tests. Reported-by: Igor Mammedov Reviewed-by: Igor Mammedov Signed-off-by: Philippe Mat

[PATCH v16 10/99] qtest/bios-tables-test: Rename TCG specific tests

2021-06-04 Thread Alex Bennée
From: Philippe Mathieu-Daudé Some tests require TCG, but don't have '_tcg' in their name, while others do. Unify the test names by adding 'tcg' to the TCG specific tests. Reported-by: Igor Mammedov Reviewed-by: Igor Mammedov Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Me