Re: [PATCH v4 02/13] ARM: KVM: Keep track of currently running vcpus

2012-11-30 Thread Christoffer Dall
On Wed, Nov 28, 2012 at 7:47 AM, Will Deacon will.dea...@arm.com wrote: Just a bunch of typos in this one :) On Sat, Nov 10, 2012 at 03:44:30PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com When an interrupt occurs for the guest, it is sometimes necessary to find

Re: [PATCH v4 02/13] ARM: KVM: Keep track of currently running vcpus

2012-11-28 Thread Will Deacon
Just a bunch of typos in this one :) On Sat, Nov 10, 2012 at 03:44:30PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com When an interrupt occurs for the guest, it is sometimes necessary to find out which vcpu was running at that point. Keep track of which vcpu is

Re: [PATCH v4 02/13] ARM: KVM: Keep track of currently running vcpus

2012-11-28 Thread Marc Zyngier
On 28/11/12 12:47, Will Deacon wrote: Just a bunch of typos in this one :) Typos? me? ;-) On Sat, Nov 10, 2012 at 03:44:30PM +, Christoffer Dall wrote: From: Marc Zyngier marc.zyng...@arm.com When an interrupt occurs for the guest, it is sometimes necessary to find out which vcpu was

[PATCH v4 02/13] ARM: KVM: Keep track of currently running vcpus

2012-11-10 Thread Christoffer Dall
From: Marc Zyngier marc.zyng...@arm.com When an interrupt occurs for the guest, it is sometimes necessary to find out which vcpu was running at that point. Keep track of which vcpu is being tun in kvm_arch_vcpu_ioctl_run(), and allow the data to be retrived using either: -