Skip to content
Snippets Groups Projects

Set KVM's guest name

Merged godog requested to merge guest-name into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -81,6 +81,7 @@ func runVM(vm *VM, network *Network) RunnableTask {
@@ -81,6 +81,7 @@ func runVM(vm *VM, network *Network) RunnableTask {
return newCmd(
return newCmd(
"/usr/bin/qemu-system-x86_64",
"/usr/bin/qemu-system-x86_64",
 
"-name", "guest="+vm.Hostname+",debug-threads=on",
"-no-user-config",
"-no-user-config",
"-nodefaults",
"-nodefaults",
"-no-reboot",
"-no-reboot",
Loading