You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add qemu-guest-agent over vsock for time sync and host-guest features
Install qemu-guest-agent and configure it to listen on vsock port 1234
(matching the constant in containers/podman). The service is gated by a
DMI sys_vendor check (ExecCondition) so it only runs on Podman machine
providers that expose the vsock channel: vfkit (Apple Inc.), libkrun
(Libkrun), and qemu (QEMU). A custom SELinux module allows
virt_qemu_ga_t to use vsock sockets.
Related PR: podman-container-tools/podman#28527
Replace: #175
Signed-off-by: Jan Rodák <hony.com@seznam.cz>
0 commit comments