X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=xen-all.c;h=9a27899ca1bff7b95fc4cdf66e32de62872ee8ad;hb=8b7acc79b9adb4dda6cc867b90e3a1e873f4f7e8;hp=48e881bc29a0ab3f214cf220ce68d90867e10484;hpb=eb322b8155120166fa259a8e96040f76ba4fde64;p=qemu.git diff --git a/xen-all.c b/xen-all.c index 48e881bc2..9a27899ca 100644 --- a/xen-all.c +++ b/xen-all.c @@ -949,7 +949,7 @@ static void xenstore_record_dm_state(struct xs_handle *xs, const char *state) exit(1); } - snprintf(path, sizeof (path), "/local/domain/0/device-model/%u/state", xen_domid); + snprintf(path, sizeof (path), "device-model/%u/state", xen_domid); if (!xs_write(xs, XBT_NULL, path, state, strlen(state))) { fprintf(stderr, "error recording dm state\n"); exit(1);