Skip to content

Commit 4f8304e

Browse files
switch ne2k_pci to virtio
1 parent d9805c0 commit 4f8304e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/emulator/basic.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,10 @@
354354
},
355355
// bzimage_initrd_from_filesystem: true,
356356
autostart: true,
357-
358-
network_relay_url: "wisp://127.0.0.1:3000",
357+
net_device: {
358+
relay_url: "wisp://127.0.0.1:3000",
359+
type: "virtio"
360+
},
359361
virtio_console: true,
360362
});
361363

0 commit comments

Comments
 (0)