This also was the time of adding a proper systemd service, so the old
/usr/sbin/qemu-ga --daemonize -m virtio-serial -p /dev/virtio-ports/org.qemu.guest_agent.0
became just
/usr/sbin/qemu-ga
But this is no issue:
-m virtio-serial -> is the default anyway
-p /dev/virtio-ports/org.qemu.guest_agent.0 -> is the default anyway
--daemonize - well the service keeps it under control
This also was the time of adding a proper systemd service, so the old ports/org. qemu.guest_ agent.0
/usr/sbin/qemu-ga --daemonize -m virtio-serial -p /dev/virtio-
became just
/usr/sbin/qemu-ga
But this is no issue: ports/org. qemu.guest_ agent.0 -> is the default anyway
-m virtio-serial -> is the default anyway
-p /dev/virtio-
--daemonize - well the service keeps it under control