diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:09:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:09:20 +0100 |
commit | 09cd046e6cc65ab7bf044503b6404a2ba912bf85 (patch) | |
tree | 2a42565c988b0c36798b9021af601f86a7a9dc19 /target/s390/systems/qemu-s390 | |
parent | 87eac2992b7dacd9c4d6e2cf7a5bb51f0bbdca15 (diff) |
qemu-system-s390: add basic support, only virtio-net does not work as expected.
Diffstat (limited to 'target/s390/systems/qemu-s390')
-rw-r--r-- | target/s390/systems/qemu-s390 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/s390/systems/qemu-s390 b/target/s390/systems/qemu-s390 new file mode 100644 index 000000000..c04dfad31 --- /dev/null +++ b/target/s390/systems/qemu-s390 @@ -0,0 +1,7 @@ +config ADK_TARGET_SYSTEM_QEMU_S390 + bool "Qemu Emulator" + select ADK_CPU_Z900 + select ADK_TARGET_QEMU + help + Support for Qemu Emulator S/390 architecture. + |