Move machine to machine/core and machine/qemu #11
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#12 Create machine/avf
MSG/msg-cli
#14 Update machine/core to allow for avf
MSG/msg-cli
Reference
MSG/msg-cli#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Split
(msg machine)into(msg machine core)and(msg machine qemu).Today all of init/start/stop lives in a single
msg/machine.scm, with QEMU argv inlined for both arm64 and x86_64. This split is the first step of the backend migration so core can later dispatch to qemu or avf.Foundation issue for this project; no code change has landed yet.
Phase 0 of the libkrun cutover: make QEMU a real backend. Gate: start/stop/shell still work on QEMU.