[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Revert "libxl: disallow enabling PoD and ALTP2M at the same time"
commit bd41a22f2d7ac66ff71bacff391ee21f658a8fa2 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Thu Nov 3 16:13:05 2016 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Thu Nov 3 16:13:05 2016 +0000 Revert "libxl: disallow enabling PoD and ALTP2M at the same time" This reverts commit ff53c65311a32e54dba51f2b8112632e9dd2af3b. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxl/libxl_create.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c index 47c297b..d986cd2 100644 --- a/tools/libxl/libxl_create.c +++ b/tools/libxl/libxl_create.c @@ -885,13 +885,6 @@ static void initiate_domain_create(libxl__egc *egc, goto error_out; } - if (d_config->c_info.type == LIBXL_DOMAIN_TYPE_HVM && - libxl_defbool_val(d_config->b_info.u.hvm.altp2m) && - pod_enabled) { - LOG(ERROR, "Cannot enable PoD and ALTP2M at the same time"); - goto error_out; - } - /* PV vNUMA is not yet supported because there is an issue with * cpuid handling. */ -- 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 |