[virt-tools-list] [libosinfo] Add basic devices to RHEL OSes

Zeeshan Ali zeeshanak at gnome.org
Thu Jun 9 13:41:40 UTC 2011


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

Like this?
---
 data/oses/rhel.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/data/oses/rhel.xml b/data/oses/rhel.xml
index 9218fc9..585e76a 100644
--- a/data/oses/rhel.xml
+++ b/data/oses/rhel.xml
@@ -20,10 +20,16 @@
     <name>Red Hat Enterprise Linux 5.6</name>
     <version>5.6</version>
     <vendor>Red Hat, Inc</vendor>
+
+    <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/5.7">
     <short-id>rhel-5.7</short-id>
+    <derives id="http://redhat.com/rhel/5.6"/>
     <name>Red Hat Enterprise Linux 5.7</name>
     <version>5.7</version>
     <vendor>Red Hat, Inc</vendor>
@@ -35,10 +41,17 @@
     <name>Red Hat Enterprise Linux 6.0</name>
     <version>6.0</version>
     <vendor>Red Hat, Inc</vendor>
+
+    <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>
 
   <os id="http://redhat.com/rhel/6.1">
     <short-id>rhel-6.1</short-id>
+    <derives id="http://redhat.com/rhel/6.0"/>
     <name>Red Hat Enterprise Linux 6.1</name>
     <version>6.1</version>
     <vendor>Red Hat, Inc</vendor>
-- 
1.7.5.2




More information about the virt-tools-list mailing list