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
Attachment:
pgpjI1wBNFrgI.pgp
Description: PGP signature
_______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo