qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] arm_gic: Fix sizes of state fields in prepa


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 1/2] arm_gic: Fix sizes of state fields in preparation for vmstate support
Date: Mon, 18 Mar 2013 16:54:08 +0000

On 18 March 2013 16:45, Andreas Färber <address@hidden> wrote:
> Am 18.03.2013 17:30, schrieb Peter Maydell:
>> diff --git a/hw/armv7m_nvic.c b/hw/armv7m_nvic.c
>> index d198cfd..b2a7fb7 100644
>> --- a/hw/armv7m_nvic.c
>> +++ b/hw/armv7m_nvic.c
>> @@ -458,10 +458,10 @@ static void armv7m_nvic_reset(DeviceState *dev)
>>       * as enabled by default, and with a priority mask which allows
>>       * all interrupts through.
>>       */
>> -    s->gic.cpu_enabled[0] = 1;
>> +    s->gic.cpu_enabled[0] = false;
>
> true?

Doh. Forgot to run my armv7m test case, which would have caught this.

-- PMM



reply via email to

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