Re: [PATCH v3 3/9] KVM: arm-vgic: Set base addr through device API

2013-12-11 Thread Christoffer Dall
On Mon, Dec 09, 2013 at 03:38:19PM +, Marc Zyngier wrote: On 2013-11-17 04:30, Christoffer Dall wrote: Support setting the distributor and cpu interface base addresses in the VM physical address space through the KVM_{SET,GET}_DEVICE_ATTR API in addition to the ARM specific API. This

Re: [PATCH v3 3/9] KVM: arm-vgic: Set base addr through device API

2013-12-09 Thread Marc Zyngier
On 2013-11-17 04:30, Christoffer Dall wrote: Support setting the distributor and cpu interface base addresses in the VM physical address space through the KVM_{SET,GET}_DEVICE_ATTR API in addition to the ARM specific API. This has the added benefit of being able to share more code in user

[PATCH v3 3/9] KVM: arm-vgic: Set base addr through device API

2013-11-16 Thread Christoffer Dall
Support setting the distributor and cpu interface base addresses in the VM physical address space through the KVM_{SET,GET}_DEVICE_ATTR API in addition to the ARM specific API. This has the added benefit of being able to share more code in user space and do things in a uniform manner. Also