[Libosinfo] [PATCH osinfo-db 1/3] device: Add chipset q35

Cole Robinson crobinso at redhat.com
Tue Oct 9 15:13:32 UTC 2018


Introduce a new URI scheme and class chipset.virtual, rather
than attach this to any particular PCI ID.

Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
 data/device/qemu.org/chipset-x86_64-q35.d/class.xml.in | 8 ++++++++
 data/schema/osinfo.rng.in                              | 1 +
 2 files changed, 9 insertions(+)
 create mode 100644 data/device/qemu.org/chipset-x86_64-q35.d/class.xml.in

diff --git a/data/device/qemu.org/chipset-x86_64-q35.d/class.xml.in b/data/device/qemu.org/chipset-x86_64-q35.d/class.xml.in
new file mode 100644
index 0000000..6920c67
--- /dev/null
+++ b/data/device/qemu.org/chipset-x86_64-q35.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://qemu.org/chipset/x86_64/q35">
+    <name>q35</name>
+    <class>chipset.virtual</class>
+  </device>
+</libosinfo>
diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in
index fa09249..fc45dbd 100644
--- a/data/schema/osinfo.rng.in
+++ b/data/schema/osinfo.rng.in
@@ -77,6 +77,7 @@
               <value>audio</value>
               <value>block</value>
               <value>console</value>
+              <value>chipset.virtual</value>
               <value>controller.usb</value>
               <value>filesystem</value>
               <value>input</value>
-- 
2.19.0




More information about the Libosinfo mailing list