[Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-15 Thread Christopher Horler
In arch/arm/mach-realview/realview_*.c pl061_platform_data irq_base members are statically (default) initialised to 0 (whereas for versatile they are explicitly set via defines in the platform headers). In pl061_probe, -ENODEV is returned for irq_base <= 0. Changing this to < 0, results in irq_do

Re: [Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-14 Thread Chris
On 12 January 2015 22:15:22 GMT+00:00, Christopher Covington wrote: >Hi Christopher, > >On 01/10/2015 11:42 AM, Christopher Horler wrote: >> confirmed - not a bug, patching the kernel fixes the problem. > >Mind pointing to your patch? I've been seeing the "GIC CPU mask not >found - >kernel will f

Re: [Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-12 Thread Christopher Covington
Hi Christopher, On 01/10/2015 11:42 AM, Christopher Horler wrote: > confirmed - not a bug, patching the kernel fixes the problem. Mind pointing to your patch? I've been seeing the "GIC CPU mask not found - kernel will fail to boot." message for a long time but since it was apparently spurious nev

[Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-10 Thread Christopher Horler
confirmed - not a bug, patching the kernel fixes the problem. ** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1409246 Title: ARM GIC / PL061 error o

[Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-10 Thread Christopher Horler
now I look further I notice that the pl061_platform_data structures are not fully initialised in the kernel linux-3.18.1/arch/arm/mach-realview/realview_pba8.c so this probably isn't a qemu bug -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed

[Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-10 Thread Christopher Horler
** Attachment added: "QEmu command line / boot log" https://bugs.launchpad.net/qemu/+bug/1409246/+attachment/4295187/+files/qemu-console-boot.log -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1409