From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 23/26] Timeouts: Introduce target_adjust_timeout Date: Mon, 21 Sep 2015 10:41:49 +0100 Message-ID: <1442828509.10338.31.camel@citrix.com> References: <1442598616-2884-1-git-send-email-ian.jackson@eu.citrix.com> <1442598616-2884-10-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Zdxbf-0005pb-12 for xen-devel@lists.xenproject.org; Mon, 21 Sep 2015 09:41:55 +0000 In-Reply-To: <1442598616-2884-10-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-09-18 at 18:50 +0100, Ian Jackson wrote: > This function is now called for almost every timeout. > > Specifically, it is called in the cases in TestSupport where a guest- > or host-related timeout is passed from code which has a $ho or $gho, > to code which does not: all callers of poll_loop, and tcmd. > > Currently the function is a no-op. Its existence and use will allow > us to introduce various provocations for adjusting timeouts, of which > I have one planned. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell