Re: [Qemu-devel] [PATCH 3/3] target-arm: Add the GICv2m to the virt board

2015-04-27 Thread Peter Maydell
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, >> >

Re: [Qemu-devel] [PATCH 3/3] target-arm: Add the GICv2m to the virt board

2015-04-27 Thread Christoffer Dall
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,

Re: [Qemu-devel] [PATCH 3/3] target-arm: Add the GICv2m to the virt board

2015-04-27 Thread Christoffer Dall
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'

Re: [Qemu-devel] [PATCH 3/3] target-arm: Add the GICv2m to the virt board

2015-04-21 Thread Peter Maydell
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

[Qemu-devel] [PATCH 3/3] target-arm: Add the GICv2m to the virt board

2015-04-08 Thread Christoffer Dall
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/