On 19/11/2024 17.13, Philippe Mathieu-Daudé wrote:
This document tries to document the steps required to:
- Have a single binary to run system emulations
- Emulate different architectures in the same process
- Have QEMU assemble dynamic machines at runtime
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
This is the document that was discussed at the KVM forum 2024 BoF.
Since then I did some changes but I figured it'd be better to
post the discussed doc first then comment the changes on the list.
---
docs/devel/heterogeneous-emulation-roadmap.md | 892 ++++++++++++++++++
Meta-question: So far we tracked feature planning in the wiki
(https://wiki.qemu.org/Features) ... do we want to change that now?
Otherwise, this content should maybe be rather put into the wiki instead?
Thomas