[pve-devel] add qemu guest agent command support

Dietmar Maurer dietmar at proxmox.com
Mon Mar 18 09:58:53 CET 2013


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