qemu-devel
[Top][All Lists]
Advanced

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

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


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v3] integrator: fix Linux boot failure by emulating dbg region
Date: Fri, 18 Oct 2013 13:37:47 +0100
User-agent: mu4e 0.9.9.6pre2; emacs 24.3.1

address@hidden writes:

> On 18 October 2013 12:45,  <address@hidden> wrote:
>> +typedef struct {
>> +    SysBusDevice parent_obj;
>> +
>> +    MemoryRegion iomem;
>> +
>> +    uint32_t alpha;
>> +    uint32_t leds;
>> +    uint32_t switches;
>
> These three fields are never used, or did I miss something?

Nope, I obviously had thoughts of tracking the actual LED/Switch state
and never added it in.

>
>> +} IntegratorDebugState;
>
> Looks good otherwise.
>
> thanks
> -- PMM


-- 
Alex Bennée



reply via email to

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