qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4] integrator: fix Linux boot failure by emulat


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v4] integrator: fix Linux boot failure by emulating dbg region
Date: Sat, 26 Oct 2013 09:31:51 +0100
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.1

address@hidden writes:

> On 22 October 2013 15:16,  <address@hidden> wrote:
>> +typedef struct {
>> +    SysBusDevice parent_obj;
>> +
>> +    MemoryRegion iomem;
>> +
>> +    uint32_t alpha;
>> +    uint32_t leds;
>> +    uint32_t switches;
>> +} IntegratorDebugState
>
> You forgot to remove these unused fields. I've done so
> and added that slightly-edited patch to target-arm.next.

Doh, sorry about that. Thanks.

>
> thanks
> -- PMM


-- 
Alex Bennée



reply via email to

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