You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
femu.c and nvme-xxx.c are for NVMe protocol emulation, including the functionalities for NVMe Queue Pair (QP) processing (polling based), delay emulation.
ftl/ includes the FTL code for blackbox mode.
ocssd/ includes the logics for whitebox (OCSSD) mode.
mem-backend.[ch] implements the FEMU SSD backend operations, i.e, read/write to/from a large array.