On 27 April 2015 at 17:06, Christoffer Dall wrote:
> On Tue, Apr 21, 2015 at 03:47:13PM +0100, Peter Maydell wrote:
>
> [...]
>
>> > @@ -340,9 +357,31 @@ static void fdt_add_gic_node(VirtBoardInfo *vbi)
>> > 2, vbi->memmap[VIRT_GIC_DIST].size,
>> >
On Tue, Apr 21, 2015 at 03:47:13PM +0100, Peter Maydell wrote:
[...]
> > @@ -340,9 +357,31 @@ static void fdt_add_gic_node(VirtBoardInfo *vbi)
> > 2, vbi->memmap[VIRT_GIC_DIST].size,
> > 2, vbi->memmap[VIRT_GIC_CPU].base,
On Tue, Apr 21, 2015 at 03:47:13PM +0100, Peter Maydell wrote:
> On 8 April 2015 at 22:21, Christoffer Dall
> wrote:
>
> > Adding the GICv2m to the virt board should allow us to enable MSIs on
> > the generic PCI host controller, in theory.
> >
>
> So is this commit message just saying "I haven'
On 8 April 2015 at 22:21, Christoffer Dall
wrote:
> Adding the GICv2m to the virt board should allow us to enable MSIs on
> the generic PCI host controller, in theory.
>
So is this commit message just saying "I haven't tested this
patchset" :-), or are we still missing some functionality to get
Adding the GICv2m to the virt board should allow us to enable MSIs on
the generic PCI host controller, in theory.
Signed-off-by: Christoffer Dall
---
hw/arm/virt.c | 47 ++-
1 file changed, 46 insertions(+), 1 deletion(-)
diff --git a/hw/arm/virt.c b/