[Libosinfo] [v3] gnome: Add info about 3.10

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Wed Sep 11 14:38:09 UTC 2013


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

I am not adding ISO info because due to gnome-ostree project now
producing installed qcow2 images, the motivation to produce the ISOs has
dropped significantly.

Would be really nice for libosinfo to be able to detect OS from images
too but that might not be feasible so at least for now apps would have
to do their own detection (perhaps through guestfs). Once OS matched to
a libosinfo's OS definition, apps can at least use libosinfo to figure
minimum/recommended resources, which devices are supported and a nice
default name etc to be able to create a decent/working VM given an
installed disk image.
---
 data/oses/gnome.xml.in | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/data/oses/gnome.xml.in b/data/oses/gnome.xml.in
index 3e368e7..5071e40 100644
--- a/data/oses/gnome.xml.in
+++ b/data/oses/gnome.xml.in
@@ -62,4 +62,32 @@
     </resources>
   </os>
 
+  <os id="http://gnome.org/3.10">
+    <short-id>gnome3.10</short-id>
+    <_name>GNOME 3.10</_name>
+    <version>3.10</version>
+    <_vendor>GNOME Project</_vendor>
+    <family>linux</family>
+    <distro>gnome</distro>
+    <upgrades id="http://gnome.org/3.8"/>
+
+    <release-date>2013-09-25</release-date>
+
+    <devices>
+      <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1b36/0100"/> <!-- QXL -->
+      <device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/2415"/> <!-- AC97 -->
+      <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"/> <!-- virtio-net -->
+      <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"/> <!-- virtio-block -->
+      <device id="http://www.linux-usb.org/usb.ids/80ee/0021"/> <!-- USB tablet -->
+    </devices>
+
+    <resources arch="all">
+      <minimum>
+        <n-cpus>1</n-cpus>
+        <cpu>1000000000</cpu>
+        <ram>1073741824</ram>
+      </minimum>
+    </resources>
+  </os>
+
 </libosinfo>
-- 
1.8.3.1




More information about the Libosinfo mailing list