Re: [PATCH 02/10] KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC

2013-12-16 Thread Marc Zyngier
On 12/12/13 19:55, Christoffer Dall wrote: Support creating the ARM VGIC device through the KVM_CREATE_DEVICE ioctl, which can then later be leveraged to use the KVM_{GET/SET}_DEVICE_ATTR, which is useful both for setting addresses in a more generic API than the ARM-specific one and is useful

Re: [PATCH 02/10] KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC

2013-12-16 Thread Christoffer Dall
On Mon, Dec 16, 2013 at 11:45:21AM +, Marc Zyngier wrote: On 12/12/13 19:55, Christoffer Dall wrote: Support creating the ARM VGIC device through the KVM_CREATE_DEVICE ioctl, which can then later be leveraged to use the KVM_{GET/SET}_DEVICE_ATTR, which is useful both for setting

[PATCH 02/10] KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC

2013-12-12 Thread Christoffer Dall
Support creating the ARM VGIC device through the KVM_CREATE_DEVICE ioctl, which can then later be leveraged to use the KVM_{GET/SET}_DEVICE_ATTR, which is useful both for setting addresses in a more generic API than the ARM-specific one and is useful for save/restore of VGIC state. Adds