Features/network reentrant

From QEMU
Revision as of 02:50, 8 March 2013 by Pingfan (talk | contribs) (Created page with 'The network layer re-entrant includes: network core backend, like tap frontend network core The thread-safety of NetClientState and NetQueue. (proposal patches have be…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The network layer re-entrant includes:

 network core 
 backend, like tap
 frontend

network core

 The thread-safety of NetClientState and NetQueue. (proposal patches have been sent out)

backend

 using glib as the event loop

frontend

 Depend on other Qemu subsystem's re-entrant. Currently, the main blockers are memory, interrupt.