From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4RZF-0004Hb-MG for qemu-devel@nongnu.org; Fri, 06 Apr 2018 09:38:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4RZC-000880-GS for qemu-devel@nongnu.org; Fri, 06 Apr 2018 09:38:13 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:58026 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 1f4RZC-000872-DI for qemu-devel@nongnu.org; Fri, 06 Apr 2018 09:38:10 -0400 From: Thomas Huth Date: Fri, 6 Apr 2018 15:37:56 +0200 Message-Id: <1523021879-25807-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH v2 for-2.13 0/3] net: Get rid of 'vlan' 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 and misconfigurations in the past. The parameter has been marked as deprecated since QEMU v2.9.0, so it's now time to finally remove the parameter and use the better word "hub" in the remaining spots that actually mean the QEMU emulated hub feature. v2: - Added first patch to actually remove the deprecated 'vlan' parameter (instead of only updating the wording in the sources and docs) Thomas Huth (3): net: Remove the deprecated "vlan" parameter 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 | 3 -- hw/core/qdev-properties-system.c | 80 ---------------------------------------- include/hw/qdev-properties.h | 3 -- include/net/net.h | 1 - net/hub.c | 7 ++-- net/net.c | 12 ++---- net/slirp.c | 8 ++-- net/tap.c | 4 +- qapi/net.json | 15 ++++---- qemu-doc.texi | 51 ++++++++++++------------- qemu-options.hx | 28 ++++++-------- 11 files changed, 54 insertions(+), 158 deletions(-) -- 1.8.3.1