Improve the debug message when QEMU resource reserve cap
is not found and when the vendor-id or device-id does't match
REDHAT special ones.
Signed-off-by: Jing Liu <jing2.liu@linux.intel.com>
Message-id:
1535100781-3910-3-git-send-email-jing2.liu@linux.intel.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
cap_len);
return 0;
}
+ } else {
+ dprintf(1, "PCI: QEMU resource reserve cap not found\n");
}
return cap;
} else {
- dprintf(1, "PCI: QEMU resource reserve cap not found\n");
+ dprintf(1, "PCI: QEMU resource reserve cap VID or DID doesn't match.\n");
return 0;
}
}