feat: make qemu cpu model/flags configurable
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user