commit | af5086bfe505940699203d158ffa89307f28ebde | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Sun Jan 15 14:12:42 2023 +0100 |
committer | Leopold Schabel <leo@monogon.tech> | Mon Jan 16 12:44:48 2023 +0000 |
tree | 3ec03923903f2a5f9262f1b9ee79b6e80158520b | |
parent | 20a036ee94d0999ab632de4f9c2d1feff192d72b [diff] [blame] |
m/test/launch: print qemu options at startup Change-Id: I35b234301e7c06a910127a4cf2c1573d23af45a9 Reviewed-on: https://review.monogon.dev/c/monogon/+/1077 Tested-by: Leopold Schabel <leo@monogon.tech> Reviewed-by: Serge Bazanski <serge@monogon.tech>
diff --git a/metropolis/test/ktest/main.go b/metropolis/test/ktest/main.go index f082671..27cd919 100644 --- a/metropolis/test/ktest/main.go +++ b/metropolis/test/ktest/main.go
@@ -56,6 +56,7 @@ }() if err := launch.RunMicroVM(context.Background(), &launch.MicroVMOptions{ + Name: "ktest", KernelPath: *kernelPath, InitramfsPath: *initrdPath, Cmdline: *cmdline,