Renamed PCI devices

This commit is contained in:
Alex 2022-12-21 21:43:45 +02:00
parent 7441ffbc0b
commit 9ef45bdf95
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -394,13 +394,13 @@ namespace PCI
case 0x000B: case 0x000B:
return "QEMU PCIe Expander bridge"; return "QEMU PCIe Expander bridge";
case 0x000C: case 0x000C:
return "QEMU PCIe Root port"; return "QEMU PCIe Root Port";
case 0x000D: case 0x000D:
return "QEMU XHCI Host Controller"; return "QEMU XHCI Host Controller";
case 0x0010: case 0x0010:
return "QEMU NVM Express Controller"; return "QEMU NVM Express Controller";
case 0x0100: case 0x0100:
return "QXL paravirtual graphic card"; return "QXL Paravirtual Graphic Card";
case 0x1AF41100: case 0x1AF41100:
return "QEMU Virtual Machine"; return "QEMU Virtual Machine";
default: default: