[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Revert "tools/libxl: Fix build following c/s 74fd984ae"
commit 115fb8e345b9377b400b9e2e9bca1750362d284b Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Fri Apr 6 10:33:58 2018 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Fri Apr 6 10:33:58 2018 +0100 Revert "tools/libxl: Fix build following c/s 74fd984ae" This reverts commit d96f17f50c621be30e5c73da9317c91d8cbbf3e1. It doesn't fix the build. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxl/libxl_arm.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/libxl/libxl_arm.c b/tools/libxl/libxl_arm.c index 177c6b745c..fbe8786a8e 100644 --- a/tools/libxl/libxl_arm.c +++ b/tools/libxl/libxl_arm.c @@ -846,6 +846,9 @@ static int libxl__prepare_dtb(libxl__gc *gc, libxl_domain_build_info *info, const libxl_version_info *vers; const struct arch_info *ainfo; + /* convenience aliases */ + xc_domain_configuration_t *xc_config = &state->config; + vers = libxl_get_version_info(CTX); if (vers == NULL) return ERROR_FAIL; @@ -854,8 +857,7 @@ static int libxl__prepare_dtb(libxl__gc *gc, libxl_domain_build_info *info, LOG(DEBUG, "constructing DTB for Xen version %d.%d guest", vers->xen_version_major, vers->xen_version_minor); - LOG(DEBUG, " - vGIC version: %s", - gicv_to_string(info->arch_arm.gic_version)); + LOG(DEBUG, " - vGIC version: %s", gicv_to_string(xc_config->gic_version)); if (info->device_tree) { LOG(DEBUG, " - Partial device tree provided: %s", info->device_tree); -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |