Thomas Huth <th...@redhat.com> writes:

> We've currently got 18 architectures in QEMU, and thus 18 target-xxx
> folders in the root folder of the QEMU source tree. More architectures
> (e.g. RISC-V, AVR) are likely to be included soon, too, so the main
> folder of the QEMU sources slowly gets quite overcrowded with the
> target-xxx folders.
> To disburden the main folder a little bit, let's move the target-xxx
> folders into a dedicated target/ folder, so that target-xxx/ simply
> becomes target/xxx/ instead.

The root directory is crowded, but hardly because of its 18 target-*
entries:

    $ git-ls-tree --name-only v2.8.0-rc3 | wc -l
    167

Getting the 18 target-* out of the way would help a little, but I hate
making the directory tree deeper.

We have 110 files in the root directory.  Moving some of them to
subdirectories looks more promising to me.

Reply via email to