Features/network reentrant: Difference between revisions

From QEMU
(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…')
(No difference)

Revision as of 02:50, 8 March 2013

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.