We are going to want to call this from a site which has a domid which is good for logging but not the domid of the domain we are creating (namely, the stub device domain).
Signed-off-by: Ian Jackson <[email protected]> CC: Juergen Gross <[email protected]> --- tools/libxl/libxl_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c index d59ac2ab05..32d45dcef0 100644 --- a/tools/libxl/libxl_create.c +++ b/tools/libxl/libxl_create.c @@ -891,7 +891,7 @@ static unsigned long libxl__get_required_iommu_memory(unsigned long maxmem_kb) int libxl__domain_config_setdefault(libxl__gc *gc, libxl_domain_config *d_config, - uint32_t domid) + uint32_t domid /* for logging, only */) { libxl_ctx *ctx = libxl__gc_owner(gc); int ret; -- 2.11.0 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
