-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Brent Baude <[email protected]>
- Loading branch information
Brent Baude
committed
Mar 17, 2023
1 parent
3fddf9a
commit 33efeaf
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# libhvee | ||
Special purposed library for Windows HyperV control | ||
|
||
Libhvee is a special purposed library for interacting with Microsoft's HyperV hypervisor. It was designed with the | ||
[Ignition](https://coreos.github.io/ignition/) and [Podman](https://github.com/containers/podman) projects in mind | ||
largely because Podman Machine would like to support HyperV in addition to WSL2. | ||
|
||
The libhvee library can do the following with HyperV virtual machines: | ||
|
||
* Create | ||
* Start | ||
* Stop | ||
* Remove | ||
* Obtain various statuses | ||
* Add and read key-value pairs used for passing information from the host to guest virtual machines. | ||
|
||
For an example on how to use this library, consider consulting the examples | ||
in the [cmd dir](https://github.com/containers/libhvee/tree/main/cmd). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
# Release Notes | ||
|
||
## v0.0.1 | ||
* Development release |