Skip to content

Commit

Permalink
Update readme and add release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Baude <[email protected]>
  • Loading branch information
Brent Baude committed Mar 17, 2023
1 parent 3fddf9a commit 33efeaf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
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).
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

# Release Notes

## v0.0.1
* Development release

0 comments on commit 33efeaf

Please sign in to comment.