Changes for version 0.0.6 - 2024-09-27

  • Added
    • Abstract connection driver and Unix connection driver implementations
    • Cleanup of callbacks at connection close; also waits for in-progress cancellations (e.g. due to DESTROY) before finishing the connection
    • Connection establishement now part of Sys::Async::Virt through connect() function
  • Fixed
    • Handling of the 'nparams' argument in network calls
    • Dependency listing should include 'Sublike::Extended'

Modules

LibVirt protocol implementation for clients
Client side proxy to remote LibVirt event source
Connection to LibVirt server (abstract base class)
Class for instantiation of connection objects
Connection to LibVirt server over Unix domain sockets
Client side proxy to remote LibVirt domain
Client side proxy to remote LibVirt domain checkpoint
Client side proxy to remote LibVirt domain snapshot
Client side proxy to remote LibVirt (network) interface
Client side proxy to remote LibVirt network
Client side proxy to remote LibVirt network port
Client side proxy to remote LibVirt host device
Client side proxy to remote LibVirt network filter
Client side proxy to remote LibVirt network filter binding
Client side proxy to remote LibVirt secret
Client side proxy to remote LibVirt storage pool
Client side proxy to remote LibVirt storage volume
Client side of a data transfer channel

Examples