[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxl: set ret in the check for nestedhvm and altp2m
commit 7cae6b6eb743f21b5b002ab2d2954271c759ee14 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Thu Nov 3 16:41:56 2016 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Fri Nov 4 15:08:21 2016 +0000 libxl: set ret in the check for nestedhvm and altp2m The error path expects ret to be set, otherwise an assertion is triggered. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxl/libxl_create.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c index d986cd2..abd2272 100644 --- a/tools/libxl/libxl_create.c +++ b/tools/libxl/libxl_create.c @@ -910,6 +910,7 @@ static void initiate_domain_create(libxl__egc *egc, if (d_config->c_info.type == LIBXL_DOMAIN_TYPE_HVM && (libxl_defbool_val(d_config->b_info.u.hvm.nested_hvm) && libxl_defbool_val(d_config->b_info.u.hvm.altp2m))) { + ret = ERROR_INVAL; LOG(ERROR, "nestedhvm and altp2mhvm cannot be used together"); goto error_out; } -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |