diff options
author | 2011-03-02 17:07:48 +0900 | |
---|---|---|
committer | 2011-03-10 15:02:58 -0700 | |
commit | e8340a8b7994d3ad932b80ec8499bb92393ebc35 (patch) | |
tree | b17f8d30fadaf8b1b91a88571927143e3c3272dc /src/xenapi | |
parent | Make sure we reset the umask on the error path (diff) | |
download | libvirt-e8340a8b7994d3ad932b80ec8499bb92393ebc35.tar.gz libvirt-e8340a8b7994d3ad932b80ec8499bb92393ebc35.tar.bz2 libvirt-e8340a8b7994d3ad932b80ec8499bb92393ebc35.zip |
setmem: introduce a new libvirt API (virDomainSetMemoryFlags)
This patch introduces a new libvirt API (virDomainSetMemoryFlags) and
a flag (virDomainMemoryModFlags).
Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Diffstat (limited to 'src/xenapi')
-rw-r--r-- | src/xenapi/xenapi_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xenapi/xenapi_driver.c b/src/xenapi/xenapi_driver.c index 7851e931d..91c91cd73 100644 --- a/src/xenapi/xenapi_driver.c +++ b/src/xenapi/xenapi_driver.c @@ -1803,6 +1803,7 @@ static virDriver xenapiDriver = { xenapiDomainGetMaxMemory, /* domainGetMaxMemory */ xenapiDomainSetMaxMemory, /* domainSetMaxMemory */ NULL, /* domainSetMemory */ + NULL, /* domainSetMemoryFlags */ xenapiDomainGetInfo, /* domainGetInfo */ NULL, /* domainSave */ NULL, /* domainRestore */ |