qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Test netmap on FreeBSD


From: Vincenzo Maffione
Subject: Re: [PATCH] Test netmap on FreeBSD
Date: Tue, 8 Oct 2019 19:12:41 +0200

This is an example command line for a qemu VM with a vtnet interface connected to a port of a VALE switch called 'vale1':

qemu-system-x86_64 fbsd-head.qcow2 -smp 2 -m 2G -vga std -device e1000,netdev=mgmt,mac=00:AA:BB:CC:0a:99 -netdev user,id=mgmt,hostfwd=tcp::20010-:22 -device virtio-net-pci,netdev=data10,mac=00:AA:BB:CC:0a:0a,ioeventfd=on,mrg_rxbuf=on -netdev netmap,ifname=vale1:10,id=data10

Cheers,
  Vincenzo

reply via email to

[Prev in Thread] Current Thread [Next in Thread]