qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 for-2.13 1/3] net: Remove the deprecated "vla


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH v3 for-2.13 1/3] net: Remove the deprecated "vlan" parameter
Date: Tue, 17 Apr 2018 10:08:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 17.04.2018 09:21, Stefan Hajnoczi wrote:
> On Mon, Apr 16, 2018 at 08:44:39AM +0200, Thomas Huth wrote:
>> @@ -499,10 +497,11 @@
>>  # @opts: device type specific properties (legacy)
>>  #
>>  # Since: 1.2
>> +#
>> +# 'vlan' - removed with 2.12
> 
> Not sure how to interpret this.  How about "removed in 2.13"?

Sure, will change it.

>> @@ -2028,10 +2028,9 @@ DEF("nic", HAS_ARG, QEMU_OPTION_nic,
>>      "                provided a 'user' network connection)\n",
>>      QEMU_ARCH_ALL)
>>  DEF("net", HAS_ARG, QEMU_OPTION_net,
>> -    "-net 
>> nic[,vlan=n][,netdev=nd][,macaddr=mac][,model=type][,name=str][,addr=str][,vectors=v]\n"
>> +    "-net 
>> nic[,macaddr=mac][,model=type][,name=str][,addr=str][,vectors=v]\n"
>>      "                configure or create an on-board (or machine default) 
>> NIC and\n"
>> -    "                connect it either to VLAN 'n' or the netdev 'nd' (for 
>> pluggable\n"
>> -    "                NICs please use '-device devtype,netdev=nd' instead)\n"
>> +    "                connect it to hub 0 (please use -nic for direct 
>> connections)\n"
> 
> What does "direct connections" means?

I mean a 1:1 connection between the backend and frontend here, without a
hub inbetween. Can you think of a better wording?

 Thomas

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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