qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 04/13] arm_gic: Make the GIC its own sysbus devi


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 04/13] arm_gic: Make the GIC its own sysbus device
Date: Fri, 13 Apr 2012 13:28:23 +0100

On 4 April 2012 16:30, Peter Maydell <address@hidden> wrote:
> +static Property arm_gic_properties[] = {
> +    DEFINE_PROP_UINT32("num-cpu", gic_state, num_cpu, 1),
> +    DEFINE_PROP_UINT32("num-irq", gic_state, num_irq, 32),
> +};

Missing DEFINE_PROP_END_OF_LIST(). (This happens to only
crash on a 64 bit host, which is why I didn't notice it
earlier...)

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]