在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Comsecuris/luaqemu开源软件地址(OpenSource Url):https://github.com/Comsecuris/luaqemu开源编程语言(OpenSource Language):C 91.1%开源软件介绍(OpenSource Introduction):LuaQEMULuaQEMU is a QEMU-based framework exposing several of QEMU-internal APIs to a LuaJIT core injected into QEMU itself. Among other things, this allows fast prototyping of target systems without any native code and minimal effort in Lua. When initially evaluating the idea of LuaQEMU, we had the following specific functional requirements:
The first two properties are almost provided by QEMU out of the box. We gain flexibility for target prototyping, by being able to completely write board definitions in Lua without native code. We have implemented this such that each hardware architecture comes with a newly introduced Lua-board, which can be used to interact and source from other native board definitions, while not requiring to modify QEMU core code. For the time being we focused on ARM support here, but this approach can be easily transferred to other architectures supported by QEMU. At the moment there is no API documentation. Please have a look at the files in hw/arm/luaqemu. Important Notice: At the moment this project is WIP and has to be considered unstable. If you run into issues feel free to let us know (patches welcome!), but don't be surprised about unexpected behaviour. For more information have a look at our first blog post introducing LuaQEMU. BuildingInstall regular QEMU dependencies + luajit, then:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论