qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.13 0/2] net: Get rid of 'vlan' terminology and use 'hub' instead
@ 2018-04-04 15:33 Thomas Huth
  2018-04-04 15:33 ` [Qemu-devel] [PATCH for-2.13 1/2] net: Get rid of 'vlan' terminology and use 'hub' instead in the source files Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Huth @ 2018-04-04 15:33 UTC (permalink / raw)
  To: qemu-devel, Jason Wang
  Cc: Samuel Thibault, Eric Blake, Paolo Bonzini, Stefan Hajnoczi,
	Daniel P. Berrangé

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

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 15:33 [Qemu-devel] [PATCH for-2.13 0/2] net: Get rid of 'vlan' terminology and use 'hub' instead Thomas Huth
2018-04-04 15:33 ` [Qemu-devel] [PATCH for-2.13 1/2] net: Get rid of 'vlan' terminology and use 'hub' instead in the source files Thomas Huth
2018-04-04 15:33 ` [Qemu-devel] [PATCH for-2.13 2/2] net: Get rid of 'vlan' terminology and use 'hub' instead in the doc files Thomas Huth
2018-04-04 15:49 ` [Qemu-devel] [PATCH for-2.13 0/2] net: Get rid of 'vlan' terminology and use 'hub' instead Paolo Bonzini
2018-04-04 15:55   ` Thomas Huth
2018-04-05 14:26     ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).