| commit | 8f1efe9a47240058ae639528cb3ced8adfe8b708 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 01 01:28:43 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jul 01 10:52:37 2025 +0000 |
| tree | d0605e8dd69c1e3e03a249daf545b34e3ded4997 | |
| parent | 3a7a67e3cc2d35d698b8a0dcaef1c52d5e92c173 [diff] [blame] |
treewide: migrate to qemu-kvm in toolchain-bundle Change-Id: I42a10a9adf7bdccb83ef997c6d554140ffaade4b Reviewed-on: https://review.monogon.dev/c/monogon/+/4052 Reviewed-by: Jan Schär <jan@monogon.tech> Tested-by: Jenkins CI
diff --git a/metropolis/test/launch/cluster.go b/metropolis/test/launch/cluster.go index 118b82d..d2bbb4b 100644 --- a/metropolis/test/launch/cluster.go +++ b/metropolis/test/launch/cluster.go
@@ -422,7 +422,7 @@ } // Start the main qemu binary - systemCmd := exec.CommandContext(options.Runtime.ctxT, "qemu-system-x86_64", qemuArgs...) + systemCmd := exec.CommandContext(options.Runtime.ctxT, xQEMUPath, qemuArgs...) if options.ConnectToSocket != nil { systemCmd.ExtraFiles = []*os.File{options.ConnectToSocket} }