[virt-tools-list] [libosinfo] Add basic devices to RHEL OSes
Zeeshan Ali
zeeshanak at gnome.org
Thu Jun 9 00:40:28 UTC 2011
From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
I'm not at all sure I'm doing the right thing here but sending this
still in hope to get some guidance on how to get this stuff right.
---
data/oses/rhel.xml | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/data/oses/rhel.xml b/data/oses/rhel.xml
index 9218fc9..3e932da 100644
--- a/data/oses/rhel.xml
+++ b/data/oses/rhel.xml
@@ -28,6 +28,11 @@
<version>5.7</version>
<vendor>Red Hat, Inc</vendor>
<upgrades id="http://redhat.com/rhel/5.6"/>
+
+ <devices>
+ <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000">
+ <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001">
+ </devices>
</os>
<os id="http://redhat.com/rhel/6.0">
@@ -43,6 +48,12 @@
<version>6.1</version>
<vendor>Red Hat, Inc</vendor>
<upgrades id="http://redhat.com/rhel/6.0"/>
+
+ <devices>
+ <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000">
+ <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001">
+ <device id="http://www.linux-usb.org/usb.ids/80ee/0021">
+ </devices>
</os>
</libosinfo>
--
1.7.5.2
More information about the virt-tools-list
mailing list