]> xenbits.xensource.com Git - xen.git/commit
xen/arm: run the vtimer Xen timers on the pcpu the vcpu is running on
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 8 May 2013 11:41:12 +0000 (12:41 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 May 2013 11:59:36 +0000 (12:59 +0100)
commit43e39ffc70d1adff7ff3f3f5c2abfb281589fe1c
tree3423bd532b81fc0106926fe0386d8054aec2e5ee
parent0c899a9f6fa9272c74ccdb659bcbfc0e74dcef45
xen/arm: run the vtimer Xen timers on the pcpu the vcpu is running on

The Xen physical timer emulator and virtual timer driver use two
internal Xen timers: initialize them on the pcpu the vcpu is running on,
rather than the processor that it's creating the vcpu.

On vcpu restore migrate the phys_timer and the virt_timer to the
pcpu the vcpu is running on.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/vtimer.c