Re: [PATCH] qemu: Avoid crash in qemuDomainCheckCPU with unknown host CPU

2025-02-18 Thread Jaroslav Suchanek
On Tue, Feb 18, 2025 at 11:49:53AM +0100, Jiri Denemark wrote: > When we don't have any information about host CPU (for example when > running on an aarch64 host), the virQEMUCapsGetHostModel would return > NULL. Tested-by: Jaroslav Suchanek > > Fixes: https://gitlab

[PATCH] cputest: Skip more tests requiring JSON_MODELS if QEMU is disabled

2025-05-20 Thread Jaroslav Suchanek via Devel
From: Jaroslav Suchanek Marking more tests with JSON_MODELS_REQUIRED as these tests fail if QEMU is disabled, typically when running tests on FreeBSD or macOS systems. Signed-off-by: Jaroslav Suchanek --- tests/cputest.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff