python icon indicating copy to clipboard operation
python copied to clipboard

Raise RuntimeError if a libvmi feature has been disabled

Open Wenzel opened this issue 6 years ago • 1 comments

At the moment, we assume that libvmi has been compiled with default options.

However, if someone disables the V2P cache for example, we have to detect it at runtime and raise an error when the user attempts to call the specified API.

Wenzel avatar May 08 '18 11:05 Wenzel