Registry / cloud / libvirt-libvirt-go

libvirt-libvirt-go

JSON →
library7.4.0+incompatiblegogounverified

Package libvirt provides a Go binding to the libvirt C library, supporting versions 1.2.0 onwards.

cloudother
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/libvirt/libvirt-go

Connects to a local QEMU hypervisor via libvirt.

package main import ( "fmt" "github.com/libvirt/libvirt-go" ) func main() { conn, err := libvirt.NewConnect("qemu:///system") if err != nil { fmt.Println(err) return } defer conn.Close() fmt.Println("Connected to libvirt") }
Debug
Known footguns
gotchaRequires libvirt C library and development headers installed on the system.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources