...
Code Block |
---|
C:\Program Files\qemu-ga\qemu-ga.exe -d |
From the host, we can check if qemu guest agent is running in a guest with the following command:
Code Block |
---|
# virsh qemu-agent-command <GUEST_ID> '{"execute":"guest-ping"}'
{"return":{}} # If we get this answer, it is running well
|