qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] qemu-doc: Rework the network options chapter


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH v3] qemu-doc: Rework the network options chapter to make "-net" less prominent
Date: Wed, 28 Mar 2018 10:59:46 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0



On 2018年03月27日 21:16, Thomas Huth wrote:
   # launch vde switch
   vde_switch -F -sock /tmp/myswitch
   # launch QEMU instance
-qemu-system-i386 linux.img -net nic -net vde,sock=/tmp/myswitch
+qemu-system-i386 linux.img -nic vde,sock=/tmp/myswitch
I think we should use -netdev here?
I've had that in the original version of this patch, but Paolo suggested
to use -nic instead since this is more "user-friendly":

https://lists.gnu.org/archive/html/qemu-devel/2018-02/msg05258.html

I personally don't mind whether we use "-netdev" or "-nic" in the
examples, as long as we finally get rid of "-net" there...

Right.

Please let me
know which way you prefer, so I can respin the patch again if necessary.

  Thomas


But I think we should be consistent: in your patch some "-net" was replaced by "-nic", but others were replaced by "-netdev".

Thanks




reply via email to

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