On 1/15/18 9:59 AM, Roger Pau Monné wrote: > On Mon, Jan 15, 2018 at 08:45:51AM -0600, Doug Goldstein wrote: >> There was no default documented but the header at >> xen/include/public/hvm/params.h stated which the default was, so add it >> to the docs. > > While looking at libxl code I've found the following (it's at the end > of libxl__domain_build_info_setdefault): > > /* Configuration fields shared between PVH and HVM. */ > if (b_info->type != LIBXL_DOMAIN_TYPE_PV) { > if (libxl__timer_mode_is_default(&b_info->timer_mode)) > b_info->timer_mode = LIBXL_TIMER_MODE_NO_DELAY_FOR_MISSED_TICKS; > ... > > Which means that in libxl the default timer mode is > no_delay_for_missed_ticks instead of delay_for_missed_ticks, so I'm > afraid you will have to fixup the xl.cfg change below. > > Thanks, Roger. >
Well thank you for verifying this in the code instead of the headers like I did. Follow up coming where I'll fix the header and the docs to match the code. -- Doug Goldstein
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel