diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-09 14:56:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-09 15:17:54 +0100 |
commit | d99ad35f684fd52f716e903a9111a25d512bc82d (patch) | |
tree | a78666d40ab7b1449df7340044fe8685f5d29828 /target/kvx/systems/qemu-kvx | |
parent | 3fe39f9a1a9ddd433d1225ea14e9953a6470bbad (diff) |
kvx: add qemu support
Diffstat (limited to 'target/kvx/systems/qemu-kvx')
-rw-r--r-- | target/kvx/systems/qemu-kvx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/kvx/systems/qemu-kvx b/target/kvx/systems/qemu-kvx new file mode 100644 index 000000000..86342a086 --- /dev/null +++ b/target/kvx/systems/qemu-kvx @@ -0,0 +1,7 @@ +config ADK_TARGET_SYSTEM_QEMU_KVX + bool "Qemu Emulator" + select ADK_TARGET_QEMU + select ADK_TARGET_CPU_KVX + help + Support for Qemu Emulator KVX architecture. + |