qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Anthony Liguori <aliguori@us.ibm.com>,
	lersek@redhat.com, Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/3] net: convert NetClientState to QOM
Date: Fri, 19 Oct 2012 19:08:19 +0200	[thread overview]
Message-ID: <1350666502-11224-1-git-send-email-stefanha@redhat.com> (raw)

This series converts NetClientState from a plain C struct to QOM.  This means
emulated NICs and netdevs now derive from the NetClientState base class.  There
should be no user-visible change.

Converting the net subsystem to QOM opens the door to the following
improvements which can be built on top of this series:

1. Lifecycle cleanup to make hotplug saner and allow associating a NIC with a
   new netdev at runtime.  Really we should use the QOM lifecycle!

2. Exposing NICs and netdevs in the QOM tree so they can be configured and
   inspected at runtime.

I have tested virtio and e1000 with -netdev tap and user.  Build tested all
targets on Linux host.

v2:
 * Use object_dynamic_cast() instead of adding net_is_tap() function [Paolo]
 * Use "tap-net-client" type name for win32 and unix tap [Paolo]

Stefan Hajnoczi (3):
  net: add public qemu_net_poll() function
  net: extract notify_link_status_changed() function
  net: extract notify_link_status_changed() function

 hw/cadence_gem.c        |  27 +++++++---
 hw/dp8393x.c            |  41 ++++++++++----
 hw/e1000.c              |  32 +++++++----
 hw/eepro100.c           |  27 +++++++---
 hw/etraxfs_eth.c        |  27 +++++++---
 hw/lan9118.c            |  27 +++++++---
 hw/lance.c              |  18 +------
 hw/mcf_fec.c            |  32 ++++++++---
 hw/milkymist-minimac2.c |  26 ++++++---
 hw/mipsnet.c            |  25 ++++++---
 hw/musicpal.c           |  26 ++++++---
 hw/ne2000-isa.c         |  17 +-----
 hw/ne2000.c             |  23 +++++---
 hw/ne2000.h             |   2 +
 hw/opencores_eth.c      |  28 +++++++---
 hw/pcnet-pci.c          |  18 +------
 hw/pcnet.c              |  36 +++++++++++--
 hw/pcnet.h              |   3 +-
 hw/rtl8139.c            |  28 +++++++---
 hw/smc91c111.c          |  26 ++++++---
 hw/spapr_llan.c         |  24 ++++++---
 hw/stellaris_enet.c     |  26 ++++++---
 hw/usb/dev-network.c    |  25 ++++++---
 hw/vhost_net.c          |  11 ++--
 hw/virtio-net.c         |  42 ++++++++++-----
 hw/xen_nic.c            |  29 +++++++---
 hw/xgmac.c              |  26 ++++++---
 hw/xilinx_axienet.c     |  26 ++++++---
 hw/xilinx_ethlite.c     |  26 ++++++---
 net.c                   | 140 +++++++++++++++++++++++++++++++++---------------
 net.h                   |  35 ++++++++----
 net/dump.c              |  30 ++++++++---
 net/hub.c               |  64 +++++++++++++---------
 net/slirp.c             |  29 +++++++---
 net/socket.c            |  74 ++++++++++++++++---------
 net/tap-win32.c         |  27 ++++++++--
 net/tap.c               |  77 +++++++++++++-------------
 net/tap.h               |   4 ++
 net/vde.c               |  28 ++++++++--
 39 files changed, 843 insertions(+), 389 deletions(-)

-- 
1.7.11.7

             reply	other threads:[~2012-10-19 17:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-19 17:08 Stefan Hajnoczi [this message]
2012-10-19 17:08 ` [Qemu-devel] [PATCH v2 1/3] net: add public qemu_net_poll() function Stefan Hajnoczi
2012-10-23 11:57   ` Markus Armbruster
2012-10-19 17:08 ` [Qemu-devel] [PATCH v2 2/3] net: extract notify_link_status_changed() function Stefan Hajnoczi
2012-10-19 17:08 ` [Qemu-devel] [PATCH v2 3/3] " Stefan Hajnoczi
2012-10-23 11:58   ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1350666502-11224-1-git-send-email-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=lersek@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).