Re: [Xen-devel] [PATCH v5 4/7] libxl: add infrastructure to track and query 'recent' domids

2020-02-18 Thread Ian Jackson
Durrant, Paul writes ("RE: [PATCH v5 4/7] libxl: add infrastructure to track and query 'recent' domids"): > Ian Jackson : > > Paul Durrant writes ("[PATCH v5 4/7] libxl: add infrastructure to track > > > +int libxl_clear_domid_history(libxl_ctx *ctx); > > > > I think this needs a clear doc commen

Re: [Xen-devel] [PATCH v5 4/7] libxl: add infrastructure to track and query 'recent' domids

2020-02-18 Thread Durrant, Paul
> -Original Message- > From: Ian Jackson > Sent: 17 February 2020 17:43 > To: Durrant, Paul > Cc: xen-devel@lists.xenproject.org; Wei Liu ; Anthony Perard > > Subject: Re: [PATCH v5 4/7] libxl: add infrastructure to track and query > 'recent' domids > > Paul Durrant writes ("[PATCH v5 4

Re: [Xen-devel] [PATCH v5 4/7] libxl: add infrastructure to track and query 'recent' domids

2020-02-17 Thread Ian Jackson
Paul Durrant writes ("[PATCH v5 4/7] libxl: add infrastructure to track and query 'recent' domids"): > A domid is considered recent if the domain it represents was destroyed > less than a specified number of seconds ago. For debugging and/or testing > purposes the number can be set using the envir

[Xen-devel] [PATCH v5 4/7] libxl: add infrastructure to track and query 'recent' domids

2020-01-31 Thread Paul Durrant
A domid is considered recent if the domain it represents was destroyed less than a specified number of seconds ago. For debugging and/or testing purposes the number can be set using the environment variable LIBXL_DOMID_REUSE_TIMEOUT. If the variable does not exist then a default value of 60s is use