• A
    Add new API virDomainMemoryStats to header and drivers · 3a701313
    Adam Litke 提交于
    Set up the types for the domainMemoryStats function and insert it into the
    virDriver structure definition.  Because of static initializers, update
    every driver and set the new field to NULL.
    
    * include/libvirt/libvirt.h.in: new API
    * src/driver.h src/*/*_driver.c src/vbox/vbox_tmpl.c: add the new
      entry to the driver structure
    * python/generator.py: fix compiler errors, the actual python binding is
      implemented later
    3a701313
phyp_driver.c 57.3 KB