From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3kfA-00089Y-LH for qemu-devel@nongnu.org; Wed, 04 Apr 2018 11:49:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3kf5-000161-NY for qemu-devel@nongnu.org; Wed, 04 Apr 2018 11:49:28 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:47904 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f3kf5-00015l-H0 for qemu-devel@nongnu.org; Wed, 04 Apr 2018 11:49:23 -0400 References: <1522856003-26861-1-git-send-email-thuth@redhat.com> From: Paolo Bonzini Message-ID: <39b47744-c5fb-f541-0e68-62d50bd85e5b@redhat.com> Date: Wed, 4 Apr 2018 17:49:19 +0200 MIME-Version: 1.0 In-Reply-To: <1522856003-26861-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.13 0/2] net: Get rid of 'vlan' terminology and use 'hub' instead List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-devel@nongnu.org, Jason Wang Cc: Samuel Thibault , Eric Blake , Stefan Hajnoczi , "=?UTF-8?Q?Daniel_P._Berrang=c3=a9?=" On 04/04/2018 17:33, Thomas Huth wrote: > The 'vlan' term caused a lot of confusion in the past, so let's try > to switch to the better word "hub" everywhere where it is appropriate. > (Note: The CLI parameter "vlan=xxx" still remains as is to not break the > compatibility with older versions) > > Thomas Huth (2): > net: Get rid of 'vlan' terminology and use 'hub' instead in the source > files > net: Get rid of 'vlan' terminology and use 'hub' instead in the doc > files Bold proposal: remove 'vlan' property/suboption in 2.13, so that we can remove the "aka"s altogether. Yes, it's early, but even though I've occasionally used vlans I've never used more than one... Paolo