Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Drop network interface from the VMs (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuommaki authored Mar 13, 2024
1 parent 8bb4be9 commit 84ba84e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/node/src/vmm/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,6 @@ impl Provider for Qemu {
"-drive",
&format!("file={},format=raw,if=none,id=hd1", &workspace_file),
])*/
// NETWORKING
.args([
"-device",
"virtio-net,bus=pci.3,addr=0x0,netdev=n0,mac=8e:97:45:7c:fb:3d",
])
.args(["-netdev", "user,id=n0"])
.args(["-display", "none"])
.args(["-serial", "stdio"])
// VSOCK
Expand Down

0 comments on commit 84ba84e

Please sign in to comment.