qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 0/2] port network layer onto glib


From: Liu Ping Fan
Subject: [Qemu-devel] [RFC PATCH 0/2] port network layer onto glib
Date: Wed, 13 Mar 2013 13:59:04 +0800

These series aim to port network backend onto glib, and
prepare for moving towards making network layer mutlit-thread.
The brief of the whole aim and plan is documented on 
http://wiki.qemu.org/Features/network_reentrant

In these series, attach each NetClientState with a GSource
At the first, I use AioContext instead of GSource, but after discussion,
I think with GSource, we can integrated with glib more closely.


Liu Ping Fan (2):
  net: port tap onto glib
  net: port hub onto glib

 hw/qdev-properties-system.c |    1 +
 include/net/net.h           |   24 +++++++++++
 include/net/queue.h         |   14 +++++++
 net/hub.c                   |   34 +++++++++++++++-
 net/net.c                   |   91 +++++++++++++++++++++++++++++++++++++++++++
 net/queue.c                 |    4 +-
 net/tap.c                   |   57 ++++++++++++++++++++++-----
 7 files changed, 210 insertions(+), 15 deletions(-)

-- 
1.7.4.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]