On Wed, Nov 27, 2024 at 08:38:41 +0100, Jiri Denemark wrote: > virCPUCompareUnusable can be called with blockers == NULL in case the > CPU model itself is usable (i.e., QEMU reports an empty list of > blockers), but the CPU definition contains some additional features > which have to be checked. > > Fixes: v10.8.0-129-g5f8abbb7d0 > Reported-by: Han Han <[email protected]> > Signed-off-by: Jiri Denemark <[email protected]> > --- > src/cpu/cpu.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-)
Reviewed-by: Peter Krempa <[email protected]>
