1
0

feat: make qemu cpu model/flags configurable

This commit is contained in:
2023-05-31 16:14:58 +00:00
parent c7bc206ad8
commit 6d6ee135cd
3 changed files with 29 additions and 2 deletions

View File

@ -1,5 +1,7 @@
package distro
import "code.dumpstack.io/tools/out-of-tree/qemu"
// ByRootFS is sorting by .RootFS lexicographically
type ByRootFS []KernelInfo
@ -25,6 +27,8 @@ type KernelInfo struct {
InitrdPath string
ModulesPath string
CPU qemu.CPU
RootFS string
// Debug symbols