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 f8ac8e9 commit 5341bdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/_posts/qemu/qemu运行virtio_net的几种模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ qemu-system-x86_64 -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off

# vhost-user ovs 模式
```sh


qemu-system-x86_64 -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off,kernel_irqchip=split -cpu host -m 1G \
-object memory-backend-file,id=ram-node0,prealloc=yes,mem-path=/dev/hugepages,share=yes,size=1G \
-numa node,nodeid=0,memdev=ram-node0 \
Expand Down

0 comments on commit 5341bdc

Please sign in to comment.