Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 739b934

Browse files
authored
Update README to show repo has moved
1 parent 2e54ddd commit 739b934

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

README.md

+2-33
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,8 @@
1-
[![Workflow Status](https://github.com/enarx/sev/workflows/test/badge.svg)](https://github.com/enarx/sev/actions?query=workflow%3A%22test%22)
2-
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/enarx/sev.svg)](https://isitmaintained.com/project/enarx/sev "Average time to resolve an issue")
3-
[![Percentage of issues still open](https://isitmaintained.com/badge/open/enarx/sev.svg)](https://isitmaintained.com/project/enarx/sev "Percentage of issues still open")
4-
![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg)
5-
61
# sev
72

83
The `sev` crate provides an implementation of [AMD Secure Encrypted
94
Virtualization (SEV)](https://developer.amd.com/sev/) APIs.
105

11-
The Linux kernel exposes two technically distinct AMD SEV APIs:
12-
13-
1. An API for managing the SEV platform itself
14-
2. An API for managing SEV-enabled KVM virtual machines
15-
16-
This crate implements both of those APIs and offers them to client
17-
code through a flexible and type-safe high level interface.
18-
19-
### Platform Management
20-
21-
Refer to the [`firmware`] module for more information.
22-
23-
### Guest Management
24-
25-
Refer to the [`launch`] module for more information.
26-
27-
### Remarks
28-
29-
Note that the Linux kernel provides access to these APIs through a set
30-
of `ioctl`s that are meant to be called on device nodes (`/dev/kvm` and
31-
`/dev/sev`, to be specific). As a result, these `ioctl`s form the substrate
32-
of the `sev` crate. Binaries that result from consumers of this crate are
33-
expected to run as a process with the necessary privileges to interact
34-
with the device nodes.
35-
36-
[`firmware`]: ./firmware/index.html
37-
[`launch`]: ./launch/index.html
6+
# THIS REPOSITORY HAS MOVED
387

39-
License: Apache-2.0
8+
https://github.com/virtee/sev

0 commit comments

Comments
 (0)