Re: [kvmarm] [PATCH 06/15] KVM: ARM: Initial skeleton to compile KVM support

2012-10-04 Thread Avi Kivity
On 09/25/2012 05:20 PM, Will Deacon wrote: + case KVM_GET_REG_LIST: { + struct kvm_reg_list __user *user_list = argp; + struct kvm_reg_list reg_list; + unsigned n; + + if (copy_from_user(reg_list, user_list, sizeof reg_list)) +

Re: [kvmarm] [PATCH 06/15] KVM: ARM: Initial skeleton to compile KVM support

2012-10-01 Thread Marc Zyngier
On Sun, 30 Sep 2012 15:21:54 -0400, Christoffer Dall c.d...@virtualopensystems.com wrote: On Thu, Sep 27, 2012 at 10:13 AM, Will Deacon will.dea...@arm.com wrote: I think Marc (CC'd) had a go at this with some success. great, if this improves the code, then I suggest someone rebases an

Re: [kvmarm] [PATCH 06/15] KVM: ARM: Initial skeleton to compile KVM support

2012-09-27 Thread Peter Maydell
On 27 September 2012 15:13, Will Deacon will.dea...@arm.com wrote: On Wed, Sep 26, 2012 at 02:43:14AM +0100, Christoffer Dall wrote: this API has been discussed to death on the KVM lists, and we can of course revive that if the regset makes it nicer - I'd prefer getting this upstream the way

Re: [kvmarm] [PATCH 06/15] KVM: ARM: Initial skeleton to compile KVM support

2012-09-27 Thread Will Deacon
On Thu, Sep 27, 2012 at 03:45:50PM +0100, Peter Maydell wrote: On 27 September 2012 15:13, Will Deacon will.dea...@arm.com wrote: On Wed, Sep 26, 2012 at 02:43:14AM +0100, Christoffer Dall wrote: this API has been discussed to death on the KVM lists, and we can of course revive that if the