Re: [Qemu-devel] [PATCH 4/5] hw: arm_gic: Support setting/getting binary point reg

2013-09-19 Thread Christoffer Dall
On Thu, Sep 19, 2013 at 08:48:35PM +0100, Christoffer Dall wrote: > On Sat, Sep 14, 2013 at 10:46:37AM +0100, Peter Maydell wrote: > > On 14 September 2013 02:52, Christoffer Dall > > wrote: > > > On Fri, Sep 06, 2013 at 03:41:04PM +0100, Peter Maydell wrote: > > >> The TCG QEMU GIC model is curre

Re: [Qemu-devel] [PATCH 4/5] hw: arm_gic: Support setting/getting binary point reg

2013-09-19 Thread Christoffer Dall
On Sat, Sep 14, 2013 at 10:46:37AM +0100, Peter Maydell wrote: > On 14 September 2013 02:52, Christoffer Dall > wrote: > > On Fri, Sep 06, 2013 at 03:41:04PM +0100, Peter Maydell wrote: > >> The TCG QEMU GIC model is currently adopting the > >> "GIC without Security Extensions" model, which implie

Re: [Qemu-devel] [PATCH 4/5] hw: arm_gic: Support setting/getting binary point reg

2013-09-14 Thread Peter Maydell
On 14 September 2013 02:52, Christoffer Dall wrote: > On Fri, Sep 06, 2013 at 03:41:04PM +0100, Peter Maydell wrote: >> The TCG QEMU GIC model is currently adopting the >> "GIC without Security Extensions" model, which implies >> that we should be implementing GIC_ABPR too. What >> model does KVM'

Re: [Qemu-devel] [PATCH 4/5] hw: arm_gic: Support setting/getting binary point reg

2013-09-13 Thread Christoffer Dall
On Fri, Sep 06, 2013 at 03:41:04PM +0100, Peter Maydell wrote: > On 23 August 2013 21:10, Christoffer Dall wrote: > > Add a binary_point field to the gic emulation structure and support > > setting/getting this register now when we have it. We don't actually > > support interrupt grouping yet, oh

Re: [Qemu-devel] [PATCH 4/5] hw: arm_gic: Support setting/getting binary point reg

2013-09-06 Thread Peter Maydell
On 23 August 2013 21:10, Christoffer Dall wrote: > Add a binary_point field to the gic emulation structure and support > setting/getting this register now when we have it. We don't actually > support interrupt grouping yet, oh well. > > Signed-off-by: Christoffer Dall > --- > hw/intc/arm_gic.c

Re: [Qemu-devel] [PATCH 4/5] hw: arm_gic: Support setting/getting binary point reg

2013-08-23 Thread Andreas Färber
"arm_gic:" is sufficient, "hw/arm_gic:" if you see the need. Am 23.08.2013 22:10, schrieb Christoffer Dall: > Add a binary_point field to the gic emulation structure and support > setting/getting this register now when we have it. We don't actually > support interrupt grouping yet, oh well. > >

[Qemu-devel] [PATCH 4/5] hw: arm_gic: Support setting/getting binary point reg

2013-08-23 Thread Christoffer Dall
Add a binary_point field to the gic emulation structure and support setting/getting this register now when we have it. We don't actually support interrupt grouping yet, oh well. Signed-off-by: Christoffer Dall --- hw/intc/arm_gic.c|5 ++--- hw/intc/arm_gic_common.c |1 + hw/intc