From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3kPq-0008Mc-Id for qemu-devel@nongnu.org; Wed, 04 Apr 2018 11:33:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3kPn-0005qs-E3 for qemu-devel@nongnu.org; Wed, 04 Apr 2018 11:33:38 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:40528 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 1f3kPn-0005po-8X for qemu-devel@nongnu.org; Wed, 04 Apr 2018 11:33:35 -0400 From: Thomas Huth Date: Wed, 4 Apr 2018 17:33:21 +0200 Message-Id: <1522856003-26861-1-git-send-email-thuth@redhat.com> Subject: [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: qemu-devel@nongnu.org, Jason Wang Cc: Samuel Thibault , Eric Blake , Paolo Bonzini , Stefan Hajnoczi , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= 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 docs/qdev-device-use.txt | 4 ++-- hw/core/qdev-properties-system.c | 18 +++++++++--------- include/hw/qdev-properties.h | 6 +++--- include/net/net.h | 2 +- net/hub.c | 4 ++-- net/net.c | 2 +- net/slirp.c | 8 ++++---- net/tap.c | 4 ++-- qapi/net.json | 10 +++++----- qemu-doc.texi | 41 +++++++++++++++++++++------------------- qemu-options.hx | 6 +++--- 11 files changed, 54 insertions(+), 51 deletions(-) -- 1.8.3.1