Merge pull request #9402 from deagon/feat/debug-threads

qemu: show the thread name when enable the hypervisor.debug option
This commit is contained in:
Greg Kurz
2024-04-08 11:04:36 +02:00
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -687,6 +687,7 @@ func (q *qemu) CreateVM(ctx context.Context, id string, network Network, hypervi
Bios: firmwarePath,
PFlash: pflash,
PidFile: filepath.Join(q.config.VMStorePath, q.id, "pid"),
Debug: hypervisorConfig.Debug,
}
qemuConfig.Devices, qemuConfig.Bios, err = q.arch.appendProtectionDevice(qemuConfig.Devices, firmwarePath, firmwareVolumePath)