diff options
| author | Luiz Capitulino | 2012-08-01 21:30:13 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2012-08-13 19:17:53 +0200 |
| commit | 93b91c59dbccde6e4d25661150c1529bd5ee4a06 (patch) | |
| tree | b688b9198c5b0da4bb0f5652011f9fce5f84af7e /linux-headers/linux | |
| parent | qmp: switch to the new error format on the wire (diff) | |
| download | qemu-93b91c59dbccde6e4d25661150c1529bd5ee4a06.tar.gz qemu-93b91c59dbccde6e4d25661150c1529bd5ee4a06.tar.xz qemu-93b91c59dbccde6e4d25661150c1529bd5ee4a06.zip | |
qemu-ga: switch to the new error format on the wire
IMPORTANT: this BREAKS qemu-ga compatibility for the error response.
Instead of returning something like:
{ "error": { "class": "InvalidParameterValue",
"data": {"name": "mode", "expected": "halt|powerdown|reboot" } } }
qemu-ga now returns:
{ "error": { "class": "GenericError",
"desc": "Parameter 'mode' expects halt|powerdown|reboot" } }
Notice that this is also a bug fix, as qemu-ga wasn't returning the
human message.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'linux-headers/linux')
0 files changed, 0 insertions, 0 deletions
