From mboxrd@z Thu Jan 1 00:00:00 1970 From: xinyue Subject: sleep function in Xen Date: Fri, 21 Aug 2015 15:07:48 +0800 Message-ID: <55D6CE44.2080702@nfs.iscas.ac.cn> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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 1ZSgSY-0000vb-BT for xen-devel@lists.xenproject.org; Fri, 21 Aug 2015 07:09:54 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel , xen-users@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi all, I want to read memory in Xen interval will the guest OS run normally. I didn't find sleep function in xen source and the delay function will crack the system. And I think the delay function will also stop the guest OS. Does anyone have any idea of which function I should use ? Thanks and best regards! xinyue