Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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