[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
>
>
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, (continued)
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Paolo Bonzini, 2013/02/04
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Peter Maydell, 2013/02/04
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Paolo Bonzini, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Andreas Färber, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Paolo Bonzini, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Peter Maydell, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Andreas Färber, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Paolo Bonzini, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Paolo Bonzini, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Peter Maydell, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring,
Paolo Bonzini <=
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Andreas Färber, 2013/02/05
- Re: [Qemu-devel] [PATCH 00/19] hw/ directory restructuring, Andreas Färber, 2013/02/05
[Qemu-devel] [PATCH 17/19] hw: use _p variants, not _raw, Paolo Bonzini, 2013/02/04
[Qemu-devel] [PATCH 15/19] hw: move private headers to corresponding .c directory, Paolo Bonzini, 2013/02/04