Kernel: Add support for QEMU's emulated pci serial (-pci-serial option)

This commit is contained in:
Idan Horowitz 2021-05-17 20:56:27 +03:00 committed by Linus Groh
commit 51e9fdebea
Notes: sideshowbarker 2024-07-18 17:55:47 +09:00
2 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,7 @@ enum class PCIVendorID {
VirtIO = 0x1af4,
Intel = 0x8086,
WCH = 0x1c00,
RedHat = 0x1b36
};
enum class PCIDeviceID {