
29 Oct
2015
29 Oct
'15
11:40 a.m.
On 28.10.2015 13:10, Vasiliy Tolstov wrote:
Hi! I'm need to control freebsd guest via qemu-ga, as i see qemu-ga already supports isa-serial connection. How i need to configure domain via libvirt to able virsh qemu-agent-command to this guest vm?
You need to have a virtio channel whose target name is "org.qemu.guest_agent.0". The source does not matter to libvirt - we can connect both to an unix socket or pty. Michal