No description
  • Go 96.5%
  • PowerShell 2.5%
  • Shell 0.6%
  • Makefile 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Brent Baude df0976b8da
Merge pull request #294 from containers/renovate/github.com-onsi-ginkgo-v2-2.x
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.32.0
2026-07-02 08:23:35 -05:00
.fmf packit/tmt: initial enablement 2023-10-31 20:28:41 +05:30
.github chore(deps): update actions/checkout action to v7 2026-06-18 21:14:01 +00:00
cmd Remove old build tags 2026-01-16 14:34:11 -06:00
hack Fix golangci install 2026-07-01 10:50:47 -04:00
pkg Fix linting issues 2026-07-01 10:54:22 -04:00
plans packit/tmt: initial enablement 2023-10-31 20:28:41 +05:30
test fix(deps): update module github.com/onsi/ginkgo/v2 to v2.32.0 2026-07-02 13:04:32 +00:00
vendor fix(deps): update module github.com/onsi/ginkgo/v2 to v2.32.0 2026-07-02 13:04:32 +00:00
.gitignore Use vendored ginkgo for tests 2023-12-01 15:38:40 -05:00
.golangci.yml Use .golangci.yml 2026-07-01 10:54:22 -04:00
.packit.yaml packit/tmt: initial enablement 2023-10-31 20:28:41 +05:30
CODE-OF-CONDUCT.md Add Code of conduct 2024-10-22 16:19:41 +02:00
go.mod fix(deps): update module github.com/onsi/ginkgo/v2 to v2.32.0 2026-07-02 13:04:32 +00:00
go.sum fix(deps): update module github.com/onsi/ginkgo/v2 to v2.32.0 2026-07-02 13:04:32 +00:00
LICENSE Initial commit 2023-02-13 10:31:33 -06:00
Makefile Use .golangci.yml 2026-07-01 10:54:22 -04:00
README.md Update readme and add release notes 2023-03-17 11:06:05 -05:00
RELEASE_NOTES.md Release v0.11.0 2026-04-10 14:02:50 -05:00
win-lib.ps1 fix call stack handling 2023-12-05 19:54:08 -06:00
winmake.ps1 Introduce winmake 2023-12-01 15:38:54 -05:00

libhvee

Libhvee is a special purposed library for interacting with Microsoft's HyperV hypervisor. It was designed with the Ignition and 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.