diff --git a/qemu/launchers/kvm b/qemu/launchers/kvm index 772ce41..26df626 100755 --- a/qemu/launchers/kvm +++ b/qemu/launchers/kvm @@ -26,7 +26,6 @@ command = [ '-M', 'q35', '-cpu', 'host', '-smp', nproc, '-m', ram, - '-net', 'nic' ] + argv[1:] # Print the final command and replace the main process with it