summaryrefslogtreecommitdiff
path: root/lib/libvmmapi
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2015-07-06 19:41:43 +0000
committerNeel Natu <neel@FreeBSD.org>2015-07-06 19:41:43 +0000
commit5e4f29c0376c9b62805fadf66830e2d0954a0422 (patch)
tree2e58b05b9bae01e67de62dab8082e4ce31e9fa5b /lib/libvmmapi
parentccfe4c3f749a3750bff132ca3979694c2337c1f8 (diff)
Notes
Diffstat (limited to 'lib/libvmmapi')
-rw-r--r--lib/libvmmapi/vmmapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvmmapi/vmmapi.c b/lib/libvmmapi/vmmapi.c
index e87efc96ff05..fb8eb787a1d6 100644
--- a/lib/libvmmapi/vmmapi.c
+++ b/lib/libvmmapi/vmmapi.c
@@ -472,7 +472,7 @@ vm_create_devmem(struct vmctx *ctx, int segid, const char *name, size_t len)
if (error)
goto done;
- strlcpy(pathname, "/dev/vmm/", sizeof(pathname));
+ strlcpy(pathname, "/dev/vmm.io/", sizeof(pathname));
strlcat(pathname, ctx->name, sizeof(pathname));
strlcat(pathname, ".", sizeof(pathname));
strlcat(pathname, name, sizeof(pathname));