Re: [PATCH] Add xen-3.1.0 missing entry

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux