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

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Wed Sep 11 16:13:26 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.

The resources set were based on Colin Walters advice:

<zeenix> walters: hi. Would you be able to approximate min. system
requirements for 3.10 images?
<zeenix> walters: i was thinking of just copying the ones from fedora 19
(at least for now)
<walters> zeenix: offhand i'd say dual core and 1G of memory
<drago01> is llvmpipe really happy with just two cores?
<ebassi> "happy" is probably too strong
<ebassi> but it works reasonably well
<ebassi> you probably don't want to be on battery power, though
<ebassi> or, at least, you won't be for long if you do
<drago01> ok
---

* Adjust resources based on advice from walters and ebassi.
* Remove CPU frequency requirement as walters seemd reluctant to suggest any value for that w/o any performance evaluation.

 data/oses/gnome.xml.in | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/data/oses/gnome.xml.in b/data/oses/gnome.xml.in
index 3e368e7..d748877 100644
--- a/data/oses/gnome.xml.in
+++ b/data/oses/gnome.xml.in
@@ -62,4 +62,31 @@
     </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>2</n-cpus>
+        <ram>1073741824</ram>
+      </minimum>
+    </resources>
+  </os>
+
 </libosinfo>
-- 
1.8.3.1




More information about the Libosinfo mailing list