From: Liu Ping Fan <pingf...@linux.vnet.ibm.com> This series aim to make netlayer re-entrant, so netlayer can run out of biglock safely.
Liu Ping Fan (3): net: spread hub on AioContexts net: introduce lock to protect NetClientState's send_queue net: make netclient re-entrant with refcnt hw/qdev-properties-system.c | 15 ++++++ include/block/aio.h | 1 + include/net/net.h | 12 +++++ include/net/queue.h | 15 ++++++ main-loop.c | 5 ++ net/hub.c | 81 ++++++++++++++++++++++++++++++-- net/net.c | 109 ++++++++++++++++++++++++++++++++++++++---- net/queue.c | 19 ++++++-- net/slirp.c | 3 +- 9 files changed, 239 insertions(+), 21 deletions(-) -- 1.7.4.4