mirror of
https://dev.lirent.ru/Vatrog/vm-automation-signaling.git
synced 2026-06-25 20:36:36 +03:00
0289817821
- the vmsig package no longer ships the gpu lib; it is a Sensor lib for the control, not the daemon - vgpu-perception gets SOVERSION; runtime (libvgpu-perception0) and dev (-dev) packages, like the vmie split - per-component install + a 3-package make deb; fix a stale comment (the windows producer is in-tree)
14 lines
575 B
Plaintext
14 lines
575 B
Plaintext
Package: vmsig
|
|
Version: @VERSION@
|
|
Section: admin
|
|
Priority: optional
|
|
Architecture: amd64
|
|
Depends: @DEPENDS@
|
|
Maintainer: @MAINTAINER@
|
|
Description: VM signaling coherence daemon
|
|
vmsig serves a unix-socket control plane over the signaling layer for the VMs it
|
|
discovers: lifecycle/state, coherent guest address-space context handoff, and arbitrated
|
|
input and memory-write actuation. Ships the daemon (vmsigd), the signaling library, and a
|
|
systemd unit. Configured via /etc/vmsig/vmsigd.conf. The host-side vgpu perception library
|
|
is a separate package (libvgpu-perception).
|