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: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring
Date: Tue, 5 Feb 2013 21:15:41 +0000

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.

> # 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.

Everything else is ok, I guess.

-- PMM



reply via email to

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