- Install the
qemu
package which contains a .../bin/qemu-ga
(OOCE Extra repo in case of OmniOS) among the server implementation
:; pkg install qemu
# On OmniOS also:
:; ln -s ../../opt/ooce/bin/qemu-ga /usr/bin
- Edit config file; note that the
method
and path
depend on hypervisor-provided
device (virtio-agent or ISA -- without a dedicated driver package, only the latter
is actually supported), e.g.:
:; prtdiag | grep -E 'pci1af4,3|isa|asy'
:; dmesg | grep asy
### Populate config with one of examples below based on HW output above
:; mkdir -p /etc/qemu
:; vi /etc/qemu/qemu-ga.conf
# Populate with text below
:; vi /lib/svc/manifest/system/qemu-ga.xml
:; svccfg import /lib/svc/manifest/system/qemu-ga.xml
:; tail -F /var/svc/log/*qemu-ga*g &
:; svcadm enable qemu-ga
:; svcadm clear qemu-ga
- Check from host, e.g. for VM ID 123:
:; qm agent 123 ping && echo OK