Skip to content

Commit

Permalink
auto_update
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 12, 2024
1 parent c92e5ea commit d161863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/_posts/qemu/qemu运行virtio_net的几种模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ qemu-system-x86_64 -M q35,accel=kvm,kernel-irqchip=split \
-serial mon:stdio -nographic
```

# vhost-user 模式
# vhost-user vdpa 模式
```sh
#dpdk vhost-user:
bdf=00:0a.0
Expand All @@ -51,6 +51,8 @@ qemu-system-x86_64 -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
-nographic -serial mon:stdio -monitor tcp:127.0.0.1:3333,server,nowait
```

# vhost-user ovs 模式

# qemu-ifup
```sh
#!/bin/sh
Expand Down

0 comments on commit d161863

Please sign in to comment.