I got a couple of "g_strv_contains: assertion 'strv != NULL' failed" in
the past days.
It seems qemuMonitorGetTPMModels can write NULL into "models" in
"virQEMUCapsProbeQMPTPM()".
As a result g_strv_contains will crash with G_DEBUG=fatal-warnings
This is libvirt.git#15073504db and qemu.git#13d5f87cc3
Olaf