]> git.proxmox.com Git - qemu-server.git/commit - PVE/QMPClient.pm
qmpclient-qga : build qga command
authorAlexandre Derumier <aderumier@odiso.com>
Sun, 17 Mar 2013 15:09:06 +0000 (16:09 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 1 Dec 2014 08:50:12 +0000 (09:50 +0100)
commita45a14fcf77df79b38dc93180d9ff02e2b063847
treec30e6bd07850ea10fc9a9593bd175302f318e3be
parentc6fb6a6978d4200fbc0382347ea5ebb34a7caa4a
qmpclient-qga : build qga command

example of command:

first json is guest-sync to sync and flush the client, second json is the command

{ "execute": "guest-sync", "arguments": { "id": 123456 } }{"execute":"guest-ping"}

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QMPClient.pm