[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/4] configure: Require libfdt for ar
From: |
Peter Maydell |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze softmmu targets |
Date: |
Tue, 28 May 2013 10:39:22 +0100 |
On 28 May 2013 10:03, Andreas Färber <address@hidden> wrote:
> Am 24.05.2013 17:26, schrieb Peter Maydell:
>> +# fdt support is mandatory for at least some target architectures,
>> +# so insist on it if we're building those system emulators.
>> +fdt_required=no
>> +for target in $target_list; do
>> + case $target in
>> + arm*softmmu|ppc*softmmu|microblaze*softmmu)
>
> Assuming you'll apply this through your tree, it would be more
> self-explanatory to use foo*-softmmu despite no practical difference.
Agreed.
> I'm guessing arm* is in preparation for a future armeb-softmmu?
Yes, also for consistency with ppc.
-- PMM
- [Qemu-ppc] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets, Peter Maydell, 2013/05/24
- [Qemu-ppc] [PATCH 3/4] microblaze: Remove CONFIG_FDT conditionals, Peter Maydell, 2013/05/24
- [Qemu-ppc] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze softmmu targets, Peter Maydell, 2013/05/24
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze softmmu targets, Peter Crosthwaite, 2013/05/28
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze softmmu targets, Andreas Färber, 2013/05/28
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze softmmu targets,
Peter Maydell <=
- [Qemu-ppc] [PATCH 2/4] arm: Remove CONFIG_FDT conditionals, Peter Maydell, 2013/05/24
- [Qemu-ppc] [PATCH 4/4] ppc: Remove CONFIG_FDT conditionals, Peter Maydell, 2013/05/24
- Re: [Qemu-ppc] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets, Edgar E. Iglesias, 2013/05/25