[Libosinfo] [PATCH osinfo-db 5/9] device: Add chipset q35

Cole Robinson crobinso at redhat.com
Wed Aug 29 21:54:43 UTC 2018


Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
Is class 'chipset' fine for q35? The actual PCI ID is for
    ' 82G33/G31/P35/P31 Express DRAM Controller'

 data/device/pcisig.com/pci-8086-29c0.d/class.xml.in | 8 ++++++++
 data/schema/osinfo.rng.in                           | 1 +
 2 files changed, 9 insertions(+)
 create mode 100644 data/device/pcisig.com/pci-8086-29c0.d/class.xml.in

diff --git a/data/device/pcisig.com/pci-8086-29c0.d/class.xml.in b/data/device/pcisig.com/pci-8086-29c0.d/class.xml.in
new file mode 100644
index 0000000..2ac4515
--- /dev/null
+++ b/data/device/pcisig.com/pci-8086-29c0.d/class.xml.in
@@ -0,0 +1,8 @@
+<libosinfo version="0.0.1">
+<!-- Licensed under the GNU General Public License version 2 or later.
+     See http://www.gnu.org/licenses/ for a copy of the license text -->
+  <device id="http://pcisig.com/pci/8086/29c0">
+    <name>q35</name>
+    <class>chipset</class>
+  </device>
+</libosinfo>
diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in
index 843519d..1bb822e 100644
--- a/data/schema/osinfo.rng.in
+++ b/data/schema/osinfo.rng.in
@@ -76,6 +76,7 @@
             <choice>
               <value>audio</value>
               <value>block</value>
+              <value>chipset</value>
               <value>console</value>
               <value>filesystem</value>
               <value>input</value>
-- 
2.17.1




More information about the Libosinfo mailing list