> We can have the existing qcrypto_init() call a qcrypto_random_init() > method to do the one-time initialization task, since that's already > required to run early in order to initialize gnutls when we use it.
Wouldn't it make sense to also move the unix initalization to that function?And what about deinitalization? Though because that handle needs to stay valid throughout the whole lifetime of QEMU anyway, that probably can be ignored and taken care of by the OS
Regards, Geert