aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.c
diff options
context:
space:
mode:
authorMarek Marczykowski <marmarek@invisiblethingslab.com>2013-04-28 01:17:52 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-04-30 11:27:54 +0100
commit49cdb736976df6db398d177368527581c106dc5f (patch)
tree92fe583b8a0049a1d6c0cb8ed09a3978ecc043c1 /tools/libxl/libxl.c
parent2f2a3e317df8f6ce73a13ae6a16361da07e703f6 (diff)
downloadxen-49cdb736976df6db398d177368527581c106dc5f.tar.gz
xen-49cdb736976df6db398d177368527581c106dc5f.tar.bz2
xen-49cdb736976df6db398d177368527581c106dc5f.zip
libxl: fix spelling of "backend-id" for vtpm
Signed-off-by: Marek Marczykowski <marmarek@invisiblethingslab.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxl.c')
-rw-r--r--tools/libxl/libxl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c
index 30302c71b0..ea8281d35b 100644
--- a/tools/libxl/libxl.c
+++ b/tools/libxl/libxl.c
@@ -1855,7 +1855,7 @@ libxl_device_vtpm *libxl_device_vtpm_list(libxl_ctx *ctx, uint32_t domid, int *n
vtpm->devid = atoi(*dir);
tmp = libxl__xs_read(gc, XBT_NULL,
- GCSPRINTF("%s/%s/backend_id",
+ GCSPRINTF("%s/%s/backend-id",
fe_path, *dir));
vtpm->backend_domid = atoi(tmp);