mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
cpu: Show input CPU model names in debug log
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
+1
-1
@@ -581,7 +581,7 @@ virCPUBaseline(virArch arch,
|
||||
virArchToString(arch), ncpus, models, features, migratable);
|
||||
if (cpus) {
|
||||
for (i = 0; i < ncpus; i++)
|
||||
VIR_DEBUG("cpus[%zu]=%p", i, cpus[i]);
|
||||
VIR_DEBUG("cpus[%zu]=%p (%s)", i, cpus[i], NULLSTR(cpus[i]->model));
|
||||
}
|
||||
if (models) {
|
||||
for (i = 0; i < models->nmodels; i++)
|
||||
|
||||
Reference in New Issue
Block a user