On Thu, 2015-03-19 at 13:18 +0000, Wei Liu wrote:
>      entries = libxl__xs_directory(gc, 0, GCSPRINTF(
> -                "/local/domain/0/device-model/%d/physmap", domid), &num);
> +                "/local/domain/%d/device-model/%d/physmap",
> +                dm_domid, domid), &num);

You've missed an opportunity to use your new helper, I think.

With that fixed: Acked-by: Ian Campbell <ian.campb...@citrix.com>



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to