[Libosinfo] [PATCH] Add xen-3.1.0 missing entry

Christophe Fergeau cfergeau at redhat.com
Thu Oct 23 09:50:23 UTC 2014


On Thu, Oct 23, 2014 at 11:26:06AM +0200, Fabiano Fidêncio wrote:
> Are they? Are you sure?

Nope, not sure at all :) Actually I'm wrong as shown by

#!/usr/bin/python

from gi.repository import Libosinfo as osinfo;

loader = osinfo.Loader()
loader.process_default_path()

db = loader.get_db()

hvid = "http://qemu.org/1.7.0"
hv = db.get_platform(hvid)
devs = hv.get_devices().get_elements()
print devs


hvid = "http://xen.org/xen/3.0.3"
hv = db.get_platform(hvid)
devs = hv.get_devices().get_elements()
print devs


Which means at least the QEMU entries are missing data (though there
might be something higher the stack doing device inheritance).

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20141023/c3a760fe/attachment.sig>


More information about the Libosinfo mailing list