core-admin/core/storage
Bahtiar `kalkin-` Gadimov c8d26c253e Storage refactor device config generation
- QubesVmStorage provides now a default get_config_params() method which should
  be enough for all possible Storage implementations.
- When writing a custom Storage implementation, one has just to reimplement the
  following methods:
  * root_dev_config()
  * private_dev_config()
  * volatile_dev_config()
- QubesVmStorage provides a default implementation of other_dev_config(),
  because it can be shared by all storage implementations
2015-12-22 11:24:28 +01:00
..
__init__.py Storage refactor device config generation 2015-12-22 11:24:28 +01:00
Makefile Add pool config parsing 2015-11-17 19:37:18 +01:00
README.md Removed WNI 2015-11-17 19:37:18 +01:00
storage.conf Rename storage dir to dir_path, type to driver 2015-11-21 14:46:23 +01:00
xen.py Storage refactor device config generation 2015-12-22 11:24:28 +01:00

WNI File storage

Before v3.1 there existed a draft wni storage. You can find it in the git history