unicorn/msvc/unicorn
Thomas Huth b2f1326437
Move target-* CPU file into a target/ folder
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.

Backports commit fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0 from qemu
2018-03-01 22:50:58 -05:00
..
aarch64-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
aarch64eb-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
arm-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
armeb-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
m68k-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
mips-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
mips64-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
mips64el-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
mipsel-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
sparc-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
sparc64-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
unicorn qapi: rename *qmp-*-visitor* to *qobject-*-visitor* 2018-02-26 15:42:37 -05:00
unicorn_static qapi: rename *qmp-*-visitor* to *qobject-*-visitor* 2018-02-26 15:42:37 -05:00
x86_64-softmmu Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
config-host.h Added armbe support to MSVC branch. (#801) 2017-04-21 15:26:21 +08:00
prebuild_script.bat Added MSVC support for arm64eb. 2017-04-25 14:23:58 +10:00
qapi-types.c qapi: Add new visit_free() function 2018-02-25 01:05:41 -05:00
qapi-types.h qapi: Simplify semantics of visit_next_list() 2018-02-23 19:50:26 -05:00
qapi-visit.c qapi: Add parameter to visit_end_* 2018-02-25 00:57:54 -05:00
qapi-visit.h qapi-visit: Expose visit_type_FOO_members() 2018-02-21 22:26:38 -05:00