From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: linux: {start, stop}_hz_timer() not really affecting periodic timer? Date: Wed, 16 Jan 2008 14:32:41 +0000 Message-ID: <478E2399.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Shouldn't these two functions call VCPUOP_set_periodic_timer/ VCPUOP_stop_periodic_timer to actually do what their names promise? And shouldn't the call to VCPUOP_set_singleshot_timer permit -ETIME without BUG()? Jan