[PATCH 8/8] KVM: arm-vgic: Support CPU interface reg access

2013-08-23 Thread Christoffer Dall
Implement support for the CPU interface register access driven by MMIO address offsets from the CPU interface base address. Useful for user space to support save/restore of the VGIC state. This commit adds support only for the same logic as the current VGIC support, and no more. For example, the

Re: [PATCH 8/8] KVM: arm-vgic: Support CPU interface reg access

2013-08-25 Thread Alexander Graf
On 23.08.2013, at 20:20, Christoffer Dall wrote: > Implement support for the CPU interface register access driven by MMIO > address offsets from the CPU interface base address. Useful for user > space to support save/restore of the VGIC state. > > This commit adds support only for the same logi

Re: [PATCH 8/8] KVM: arm-vgic: Support CPU interface reg access

2013-09-25 Thread Christoffer Dall
On Sun, Aug 25, 2013 at 04:24:20PM +0100, Alexander Graf wrote: > > On 23.08.2013, at 20:20, Christoffer Dall wrote: > > > Implement support for the CPU interface register access driven by MMIO > > address offsets from the CPU interface base address. Useful for user > > space to support save/res

Re: [PATCH 8/8] KVM: arm-vgic: Support CPU interface reg access

2013-09-25 Thread Alexander Graf
On 25.09.2013, at 23:30, Christoffer Dall wrote: > On Sun, Aug 25, 2013 at 04:24:20PM +0100, Alexander Graf wrote: >> >> On 23.08.2013, at 20:20, Christoffer Dall wrote: >> >>> Implement support for the CPU interface register access driven by MMIO >>> address offsets from the CPU interface base

Re: [PATCH 8/8] KVM: arm-vgic: Support CPU interface reg access

2013-09-25 Thread Christoffer Dall
On Thu, Sep 26, 2013 at 12:37:03AM +0200, Alexander Graf wrote: > > On 25.09.2013, at 23:30, Christoffer Dall wrote: > > > On Sun, Aug 25, 2013 at 04:24:20PM +0100, Alexander Graf wrote: > >> > >> On 23.08.2013, at 20:20, Christoffer Dall wrote: > >> > >>> Implement support for the CPU interfac

Re: [PATCH 8/8] KVM: arm-vgic: Support CPU interface reg access

2013-09-25 Thread Alexander Graf
On 26.09.2013, at 03:36, Alexander Graf wrote: > > On 26.09.2013, at 03:15, Alexander Graf wrote: > >> >> On 26.09.2013, at 02:54, Christoffer Dall wrote: >> >>> On Thu, Sep 26, 2013 at 12:37:03AM +0200, Alexander Graf wrote: On 25.09.2013, at 23:30, Christoffer Dall wrote: >

Re: [PATCH 8/8] KVM: arm-vgic: Support CPU interface reg access

2013-09-26 Thread Marc Zyngier
On 25/09/13 22:30, Christoffer Dall wrote: > On Sun, Aug 25, 2013 at 04:24:20PM +0100, Alexander Graf wrote: >> >> On 23.08.2013, at 20:20, Christoffer Dall wrote: >> >>> Implement support for the CPU interface register access driven by MMIO >>> address offsets from the CPU interface base address.