@@ -229,13 +229,13 @@ typedef struct VirtioPCIDeviceTypeInfo {
/*
* The transitional device type. Optional.
*
- * Implements both INTERFACE_PCIE_DEVICE and INTERFACE_CONVENTIONAL_PCI_DEVICE.
+ * Implements INTERFACE_CONVENTIONAL_PCI_DEVICE only.
*/
const char *transitional_name;
/*
* The non-transitional device type. Optional.
*
- * Implements INTERFACE_CONVENTIONAL_PCI_DEVICE only.
+ * Implements both INTERFACE_PCIE_DEVICE and INTERFACE_CONVENTIONAL_PCI_DEVICE.
*/
const char *non_transitional_name;
It seems that comments to transitional/non-transitional devices are mixed up. Signed-off-by: Dmitry Frolov <frolov@swemel.ru> --- include/hw/virtio/virtio-pci.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)