Re: [Qemu-devel] guest-exec of qemu-guest-agent fails on Windows guest

2017-03-24 Thread Armin Ranjbar
We have tried qemu-ga from Fedora [1] which didn't have guest-exec and guest-exec-status (qemu-ga -b ? didn't list them and running guest-exec returned command not found) and also build msi from HEAD ourselves. gspawn-exec files are there, when we try to run guest-exec command qemu-ga windows appl

Re: [Qemu-devel] guest-exec of qemu-guest-agent fails on Windows guest

2017-03-24 Thread Michael Roth
What steps did you use to install qga? Did you use the .msi installer? If not you'll need to make those glib helper executables available to the agent by placing them in the install directory or somewhere in its executable paths. The MSI installer should handle all this for you.

Re: [Qemu-devel] guest-exec of qemu-guest-agent fails on Windows guest

2017-03-24 Thread Marc-André Lureau
Hi On Fri, Mar 24, 2017 at 2:38 PM Armin Ranjbar wrote: > Hi everyone, > > We are trying to use guest-exec[0] command of qemu-guest-agent. However, > discovered that whatever command we try to run, it ends up with the > following error on the host side: > > > error: Guest agent is not responding

[Qemu-devel] guest-exec of qemu-guest-agent fails on Windows guest

2017-03-24 Thread Armin Ranjbar
Hi everyone, We are trying to use guest-exec[0] command of qemu-guest-agent. However, discovered that whatever command we try to run, it ends up with the following error on the host side: > error: Guest agent is not responding: Guest agent not available for now An example of what we run on the h