[pve-devel] add qemu guest agent command support
Alexandre DERUMIER
aderumier at odiso.com
Mon Mar 18 11:11:33 CET 2013
you can use this
http://packages.debian.org/experimental/qemu-guest-agent
from debian experimental.
(but it's work fine on squeeze and wheezy).
it's just a binary and a init script.
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre Derumier" <aderumier at odiso.com>, pve-devel at pve.proxmox.com
Envoyé: Lundi 18 Mars 2013 09:58:53
Objet: RE: [pve-devel] add qemu guest agent command support
how can I test that? (Is there a qemu-guest-agent package for debian or RH?)
> -----Original Message-----
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel-
> bounces at pve.proxmox.com] On Behalf Of Alexandre Derumier
> Sent: Sonntag, 17. März 2013 16:09
> To: pve-devel at pve.proxmox.com
> Subject: [pve-devel] add qemu guest agent command support
>
> This patch series add code to send command to quest guest agent.
>
> The procotol is qmp, so I have reuse as much as possible the current qmpclient
>
>
> the only big difference is that we can't pass an id to a request, so we must send
> a guest-sync command with an id before the real command
>
>
> command
> --------
> { "execute": "guest-sync", "arguments": { "id": 123456 } }{"execute":"guest-
> ping"}
>
> result
> ------------
> { "return": 123456}\n{"return": {}}
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list