• G
    python: add virDomainGetCPUStats python binding API · a772f4ee
    Guannan Ren 提交于
        dom.getCPUStats(True, 0)
          [{'cpu_time': 24699446159L, 'system_time': 10870000000L, 'user_time': 950000000L}]
        dom.getCPUStats(False, 0)
          [{'cpu_time': 8535292289L}, {'cpu_time': 1005395355L}, {'cpu_time': 9351766377L}, {'cpu_time': 5813545649L}]
    
        *generator.py Add a new naming rule
        *libvirt-override-api.xml The API function description
        *libvirt-override.c Implement it.
    a772f4ee
libvirt-override-api.xml 30.8 KB