On 1/30/23 00:44, Thomas Huth wrote:
int main(int argc, char **argv)
{
- const char *arch = qtest_get_arch();
+ const char *devices[] = {
+ "cirrus-vga",
static const char * const devices[] Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
