forked from firmadyne/libnvram
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Our nvram accesses could be faster, and this might be a performance bottleneck for systems that make frequent accesses to that subsystem.
Two thoughts on this:
- We make hypercalls in our
nvram_functions for monitoring the user may or may not be interested in. We should the hypercalls themselves optional so we don't call out to the hypervisor if we aren't interested in logging those events. - We have a tmpfs-based key/value store. That involves a lot of syscalls to access, maybe we should consider an alternative.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request