From c7142146c68b2bcaa8791323dd07470de9188d6f Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Mar 2024 23:47:02 +0100 Subject: [PATCH] =?UTF-8?q?kvm=20:=20suppression=20option=20r=C3=A9seau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qemu/launchers/kvm | 1 - 1 file changed, 1 deletion(-) 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