All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] net: Get rid of 'vlan'
@ 2018-04-30 18:02 Thomas Huth
  2018-04-30 18:02 ` [Qemu-devel] [PATCH v4 1/3] net: Remove the deprecated "vlan" parameter Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Thomas Huth @ 2018-04-30 18:02 UTC (permalink / raw)
  To: qemu-devel, Jason Wang; +Cc: Stefan Hajnoczi, Paolo Bonzini, Samuel Thibault

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.

v4:
 - Some rewordings in qemu-doc.texi and qemu-options.hx according to
   Stefan's and Paolo's suggestions

v3:
 - Some rewordings in qemu-doc and net.json according to Paolo's suggestions

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                  | 29 ++++++---------
 11 files changed, 54 insertions(+), 159 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-14  7:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-30 18:02 [Qemu-devel] [PATCH v4 0/3] net: Get rid of 'vlan' Thomas Huth
2018-04-30 18:02 ` [Qemu-devel] [PATCH v4 1/3] net: Remove the deprecated "vlan" parameter Thomas Huth
2018-04-30 18:02 ` [Qemu-devel] [PATCH v4 2/3] net: Get rid of 'vlan' terminology and use 'hub' instead in the source files Thomas Huth
2018-04-30 18:02 ` [Qemu-devel] [PATCH v4 3/3] net: Get rid of 'vlan' terminology and use 'hub' instead in the doc files Thomas Huth
2018-05-03 12:21 ` [Qemu-devel] [PATCH v4 0/3] net: Get rid of 'vlan' Stefan Hajnoczi
2018-05-14  7:55   ` Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.