qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring
Date: Tue, 05 Feb 2013 22:42:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Il 05/02/2013 22:15, Peter Maydell ha scritto:
> On 5 February 2013 20:59, Paolo Bonzini <address@hidden> wrote:
>> FWIW, here is the list of files I have in hw/arm/Makefile.objs with a
>> more aggressive approach.
> 
>> # All-in-one devices, perhaps should be refactored
>> obj-y += tc6393xb.o
> 
> This isn't ARM specific. It's just an I/O controller model.

It could still be composed from three devices (the GPIO controller in
hw/gpio, the NAND in hw/block, the display in hw/display, with the
composition going in hw/misc).  As long as non-refactored devices can
stay in hw/$ARCH/Makefile.objs, sources are moved to hw/$ARCH.

>> # Devices that require ARMCPU
>> obj-y += armv7m.o exynos4210.o pxa2xx.o pxa2xx_gpio.o pxa2xx_pic.o
>> obj-y += omap1.o omap2.o
> 
> Ideally some of these could be made to not require ARMCPU at
> some point. For example the omap1 uses are only because we don't
> have a proper interface to getting the core to sleep/wake, I think.

Agreed.  (Though we have one I think, x86 uses it).

Paolo

> Everything else is ok, I guess.
> 
> -- PMM
> 
> 




reply via email to

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