aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/test
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-14 21:59:11 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-14 21:59:11 +0000
commitefcaa9d8d3f050ecc03285f6215ab47d646162cc (patch)
tree253cf22f57ac86c30aaf7d32d064792d18e9c29e /tools/libxen/test
parenta72d446f86418dcfaf346ff13c3c25ea689724e1 (diff)
downloadxen-efcaa9d8d3f050ecc03285f6215ab47d646162cc.tar.gz
xen-efcaa9d8d3f050ecc03285f6215ab47d646162cc.tar.bz2
xen-efcaa9d8d3f050ecc03285f6215ab47d646162cc.zip
Match recent removal of VM.VCPUs_policy.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/test')
-rw-r--r--tools/libxen/test/test_bindings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libxen/test/test_bindings.c b/tools/libxen/test/test_bindings.c
index 8e89ee5356..f18c5c5ac5 100644
--- a/tools/libxen/test/test_bindings.c
+++ b/tools/libxen/test/test_bindings.c
@@ -373,7 +373,6 @@ static xen_vm create_new_vm(xen_session *session, bool hvm)
.memory_dynamic_max = 256,
.memory_dynamic_min = 128,
.memory_static_min = 128,
- .vcpus_policy = "credit",
.vcpus_params = vcpus_params,
.vcpus_max = 4,
.vcpus_at_startup = 2,