enarx-archive / sev

Library for AMD SEV
Apache License 2.0
20 stars 15 forks source link

Avoid exporting `kvm` module outside crate boundary #80

Closed rvolosatovs closed 3 years ago

rvolosatovs commented 3 years ago

Refs #76 (I suppose that one matches the scope the best?)

KVM module does not provide any functionality exported outside of this crate, hence avoid making it public outside crate boundary. Before: 2021-10-07-10:10:58-screenshot

2021-10-07-10:08:21-screenshot

After: 2021-10-07-10:10:35-screenshot

rvolosatovs commented 3 years ago

@npmccallum need your approval for merge

rvolosatovs commented 3 years ago

Most probably will be replaced by https://github.com/enarx/sev/pull/87