qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 7/9] unicore32-softmmu: add puv3 soc support


From: guanxuetao
Subject: Re: [Qemu-devel] [PATCH 7/9] unicore32-softmmu: add puv3 soc support
Date: Mon, 28 May 2012 17:58:26 +0800 (CST)
User-agent: SquirrelMail/1.4.8-4.0.1.el5

> Am 25.05.2012 13:29, schrieb Guan Xuetao:
>> This patch only add minimal necessary system-control modules simulation
>> for successfully kernel booting and busybox running.
>>
>> Signed-off-by: Guan Xuetao <address@hidden>
>> ---
>>  hw/pkunity/puv3.c      |  130 +++++++++++++++++++++++++++++++++++++++++
>>  hw/pkunity/puv3.h      |   49 ++++++++++++++++
>>  hw/pkunity/puv3_dma.c  |  109 ++++++++++++++++++++++++++++++++++
>>  hw/pkunity/puv3_gpio.c |  141
>> ++++++++++++++++++++++++++++++++++++++++++++
>>  hw/pkunity/puv3_intc.c |  135
>> ++++++++++++++++++++++++++++++++++++++++++
>>  hw/pkunity/puv3_ost.c  |  151
>> ++++++++++++++++++++++++++++++++++++++++++++++++
>>  hw/pkunity/puv3_pm.c   |  148
>> +++++++++++++++++++++++++++++++++++++++++++++++
>>  7 files changed, 863 insertions(+), 0 deletions(-)
>>  create mode 100644 hw/pkunity/puv3.c
>>  create mode 100644 hw/pkunity/puv3.h
>>  create mode 100644 hw/pkunity/puv3_dma.c
>>  create mode 100644 hw/pkunity/puv3_gpio.c
>>  create mode 100644 hw/pkunity/puv3_intc.c
>>  create mode 100644 hw/pkunity/puv3_ost.c
>>  create mode 100644 hw/pkunity/puv3_pm.c
>
> Added a subdirectory without adapting configure and possibly Makefiles
> will break out-of-tree builds. Can't you just name the files
> puv3_something.[ch] as done for other SoCs?
>
> Andreas
>
Every time, when I 'ls' the source tree of qemu or qemu/hw, it will
generate a terrible and over-one-screen output. So, I think a new
subdirectory makes it more clear (well-organized) and effective.

Guan Xuetao



reply via email to

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