Displaying 3 results from an estimated 3 matches for "msg00489".
Did you mean:
msg00480
2013 Aug 22
2
QemuAgentCommand API documents
...looking to a wrong place?
Another question is I am using libvirt-1.0.5.5-1.fc19.x86_64 and using virsh with qemu-agent-command I am able to execute stuff from host. but I am not able to find any API method to do that, any suggestions?
[0] http://www.redhat.com/archives/libvir-list/2012-August/msg00489.html
[1] http://libvirt.org/html/libvirt-libvirt.html
--
Praveen Kumar
2013 Aug 22
0
Re: QemuAgentCommand API documents
...uggestions?
>
The API you're looking for is the one you've found:
virDomainQemuAgentCommand. As the second argument it accepts qemu guest
agent commands described in [3]. I'd also recommend reading [4].
Michal
>
> [0] http://www.redhat.com/archives/libvir-list/2012-August/msg00489.html
> [1] http://libvirt.org/html/libvirt-libvirt.html
>
3: http://git.qemu.org/?p=qemu.git;a=blob;f=qga/qapi-schema.json;hb=HEAD
4: http://wiki.qemu.org/Features/QAPI/GuestAgent
2013 Aug 22
1
Re: QemuAgentCommand API documents
...0
flags : 0
But it's raise libvirt.libvirtError('virDomainQemuAgentCommand() failed')
In function documentation it's not clearly mention about types of parameters need to pass.
Any Idea/Suggestions?
> >
> > [0] http://www.redhat.com/archives/libvir-list/2012-August/msg00489.html
> > [1] http://libvirt.org/html/libvirt-libvirt.html
> >
>
> 3: http://git.qemu.org/?p=qemu.git;a=blob;f=qga/qapi-schema.json;hb=HEAD
> 4: http://wiki.qemu.org/Features/QAPI/GuestAgent
>
--
Praveen Kumar