qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] vlan cleanup
@ 2010-07-12 19:20 Miguel Di Ciurcio Filho
  2010-07-12 19:20 ` [Qemu-devel] [PATCH 1/8] vlan cleanup: update documentation Miguel Di Ciurcio Filho
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Miguel Di Ciurcio Filho @ 2010-07-12 19:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: avi

This series removes the vlan stuff without mercy. I've tried to make the steps
as small as possible, but the last one is huge. I did some basic tests and
networking is still working, so reviews are welcome :-D

A next step would be to rename VLANClientState and other structures to more
proper names.

Regards,

Miguel

---

Miguel Di Ciurcio Filho (8):
      vlan cleanup: update documentation
      vlan cleanup: update options
      vlan cleanup: do not depend on socket and dump
      vlan cleanup: do not build socket and dump
      vlan cleanup: remove socket.h and socket.c
      vlan cleanup: remove dump.h and dump.c
      vlan cleanup: remove legacy monitor commands
      vlan cleanup: remove usage of VLANState

 Makefile.objs        |    2 -
 hw/qdev-properties.c |   39 ----
 hw/qdev.c            |    2 -
 hw/qdev.h            |    5 -
 hw/xen_devconfig.c   |    8 +-
 hw/xen_nic.c         |    1 -
 net.c                |  425 +++----------------------------------
 net.h                |   12 -
 net/dump.c           |  159 --------------
 net/dump.h           |   33 ---
 net/slirp.c          |   54 ++----
 net/slirp.h          |    3 +-
 net/socket.c         |  573 --------------------------------------------------
 net/socket.h         |   33 ---
 net/tap.c            |    9 +-
 net/tap.h            |    2 +-
 net/vde.c            |    8 +-
 net/vde.h            |    2 +-
 qemu-common.h        |    1 -
 qemu-doc.texi        |   24 +--
 qemu-monitor.hx      |   36 +---
 qemu-options.hx      |  120 ++---------
 22 files changed, 89 insertions(+), 1462 deletions(-)
 delete mode 100644 net/dump.c
 delete mode 100644 net/dump.h
 delete mode 100644 net/socket.c
 delete mode 100644 net/socket.h

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

end of thread, other threads:[~2010-07-14  7:29 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-12 19:20 [Qemu-devel] [PATCH 0/8] vlan cleanup Miguel Di Ciurcio Filho
2010-07-12 19:20 ` [Qemu-devel] [PATCH 1/8] vlan cleanup: update documentation Miguel Di Ciurcio Filho
2010-07-14  6:11   ` Markus Armbruster
2010-07-12 19:20 ` [Qemu-devel] [PATCH 2/8] vlan cleanup: update options Miguel Di Ciurcio Filho
2010-07-14  6:20   ` Markus Armbruster
2010-07-12 19:20 ` [Qemu-devel] [PATCH 3/8] vlan cleanup: do not depend on socket and dump Miguel Di Ciurcio Filho
2010-07-12 19:20 ` [Qemu-devel] [PATCH 4/8] vlan cleanup: do not build " Miguel Di Ciurcio Filho
2010-07-12 19:20 ` [Qemu-devel] [PATCH 5/8] vlan cleanup: remove socket.h and socket.c Miguel Di Ciurcio Filho
2010-07-12 19:20 ` [Qemu-devel] [PATCH 6/8] vlan cleanup: remove dump.h and dump.c Miguel Di Ciurcio Filho
2010-07-12 19:20 ` [Qemu-devel] [PATCH 7/8] vlan cleanup: remove legacy monitor commands Miguel Di Ciurcio Filho
2010-07-12 19:20 ` [Qemu-devel] [PATCH 8/8] vlan cleanup: remove usage of VLANState Miguel Di Ciurcio Filho
2010-07-14  6:54   ` Markus Armbruster
2010-07-14  7:18     ` [Qemu-devel] " Jan Kiszka
2010-07-13  6:16 ` [Qemu-devel] Re: [PATCH 0/8] vlan cleanup Jan Kiszka
2010-07-13 12:22   ` Miguel Di Ciurcio Filho
2010-07-13 12:48     ` Jan Kiszka
2010-07-13 18:51       ` Anthony Liguori
2010-07-13 19:08         ` Jan Kiszka
2010-07-13 19:22           ` Anthony Liguori
2010-07-13 20:12             ` Jan Kiszka
2010-07-14  7:08     ` Markus Armbruster
2010-07-14  7:28       ` Jan Kiszka

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).