• N
    Adding virDomainSetMemoryParameters and virDomainGetMemoryParameters API · 0cd78232
    Nikunj A. Dadhania 提交于
    Public api to set/get memory tunables supported by the hypervisors.
    
    dv:
    * some cleanups in libvirt.c
    * adding extra checks in libvirt.c new entry points
    
    v4:
    * Move exporting public API to this patch
    * Add unsigned int flags to the public api for future extensions
    
    v3:
    * Add domainGetMemoryParamters and NULL in all the driver interface
    
    v2:
    * Initialize domainSetMemoryParameters to NULL in all the driver
      interface structure.
    0cd78232
test_driver.c 150.3 KB