• M
    Introduce domain_capabilities · 614581f3
    Michal Privoznik 提交于
    This new module holds and formats capabilities for emulator. If you
    are about to create a new domain, you may want to know what is the
    host or hypervisor capable of. To make sure we don't regress on the
    XML, the formatting is not something left for each driver to
    implement, rather there's general format function.
    
    The domain capabilities is a lockable object (even though the locking
    is not necessary yet) which uses reference counter.
    Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
    614581f3
domain_capabilities.h 3.9 KB