Wei Zhang
d33b154dd7
persist: add interface for global read/write
...
Add two interfaces for fs storage driver for supporting global writing
and reading, which is used by ACRN.
Signed-off-by: Wei Zhang <weizhang555@gmail.com >
2020-01-08 10:03:56 +08:00
Wei Zhang
29b55ab88b
persist: remove VCStore from container
...
Remove VCStore from container struct.
Signed-off-by: Wei Zhang <weizhang555.zw@gmail.com >
2019-12-30 18:41:02 +08:00
Wei Zhang
341a988e06
persist: simplify persist api
...
Fixes #803
Simplify new store API to make the code easier to understand and use.
Signed-off-by: Wei Zhang <zhangwei555@huawei.com >
2019-04-30 11:54:42 +08:00
Wei Zhang
989b3737c7
docs: fix lisence header to 2019
...
Modify lisense header from 2018 to 2019.
Signed-off-by: Wei Zhang <zhangwei555@huawei.com >
2019-04-20 10:04:30 +08:00
Wei Zhang
9bd4e5008c
store: address comments
...
Address review comments
Signed-off-by: Wei Zhang <zhangwei555@huawei.com >
2019-04-19 15:38:10 +08:00
Wei Zhang
504c706bea
storage: address comments
...
Address some comments:
* fix persist driver func names for better understanding
* modify some logic, add some returned error etc
Signed-off-by: Wei Zhang <zhangwei555@huawei.com >
2019-04-19 15:33:53 +08:00
Wei Zhang
b42fde69c0
persist: demo code for persist api
...
Demonstrate how to make use of `virtcontainer/persist/api` data structure
package.
Signed-off-by: Wei Zhang <zhangwei555@huawei.com >
2019-04-19 15:33:53 +08:00