• D
    Add API for iterating over all character devices · bf1f3f7a
    Daniel P. Berrange 提交于
    The parallel, serial, console and channel devices are all just
    character devices. A lot of code needs todo the same thing to
    all these devices. This provides an convenient API for iterating
    over all of them.
    
    * src/conf/domain_conf.c, src/conf/domain_conf.c,
      src/libvirt_private.syms: Add virDomainChrDefForeach
    bf1f3f7a
domain_conf.h 31.7 KB