From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: where the vcpu-s switching is happen Date: Mon, 3 Mar 2014 01:58:32 +0000 Message-ID: <1393811912.28041.2.camel@hastur.hellion.org.uk> References: <1393785862763-5721477.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1393785862763-5721477.post@n5.nabble.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: xennn Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sun, 2014-03-02 at 10:44 -0800, xennn wrote: > > plase help with some hints about this proccess. The generic code entry point to the context switch is in xen/common/schedule.c:schedule which calls into arch specific context_switch function e.g. xen/arch/x86/domain.c or xen/arch/arm/domain.c. Ian.