Re: [PATCH] tests/qtest/test-x86-cpuid-compat: Check for machines before using them

2022-01-03 Thread Thomas Huth
On 27/12/2021 11.01, Igor Mammedov wrote: On Wed, 22 Dec 2021 16:39:23 +0100 Thomas Huth wrote: The user might have disabled the pc-i440fx machine type (or it's older versions, like done in downstream RHEL) in the QEMU binary, so let's better check whether the machine types are available befor

Re: [PATCH] tests/qtest/test-x86-cpuid-compat: Check for machines before using them

2021-12-27 Thread Igor Mammedov
On Wed, 22 Dec 2021 16:39:23 +0100 Thomas Huth wrote: > The user might have disabled the pc-i440fx machine type (or it's older > versions, like done in downstream RHEL) in the QEMU binary, so let's > better check whether the machine types are available before using them. > > Signed-off-by: Thoma

[PATCH] tests/qtest/test-x86-cpuid-compat: Check for machines before using them

2021-12-22 Thread Thomas Huth
The user might have disabled the pc-i440fx machine type (or it's older versions, like done in downstream RHEL) in the QEMU binary, so let's better check whether the machine types are available before using them. Signed-off-by: Thomas Huth --- tests/qtest/test-x86-cpuid-compat.c | 85