[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] libxl/arm: fix guest type conversion
Wei Liu writes ("[PATCH v2] libxl/arm: fix guest type conversion"): > Commit 359970fd8b ("tools/libxl: Switch Arm guest type to PVH") missed > changing the type field in c_info. This issue didn't surface until > ef72c93df9 which made creating PV guest on Arm unusable. ... > +#if defined(__arm__) || defined(__aarch64__) > + if (c_info->type == LIBXL_DOMAIN_TYPE_PV) { > + LOG(WARN, "Converting PV guest to PVH."); > + LOG(WARN, "Arm guest are now PVH."); > + LOG(WARN, "Please fix your configuration file/toolstack."); > + > + c_info->type = LIBXL_DOMAIN_TYPE_PVH; > + } > +#endif Please, no #ifdefs in the main part of the code. Maybe I should have the Makefile throw a fit about this. I think you may need to change libxl__arch_domain_build_info_setdefault to libxl__arch_domain_create_info_setdefault Sorry, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |