[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] qemu-ga error reporting
From: |
Michal Privoznik |
Subject: |
[Qemu-devel] qemu-ga error reporting |
Date: |
Thu, 23 Feb 2012 10:41:46 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120213 Thunderbird/10.0.1 |
Hi guys,
I ran into weird issue. Issuing unknown-command on qemu monitor gives this:
{"error": {"class": "CommandNotFound", "desc": "The command
unknown-command has not been found", "data": {"name": "unknown-command"}}}
However, issuing the very same on GA socket gets me:
{"error": {"class": "CommandNotFound", "data": {"name": "unknown-command"}}}
which is missing the 'desc'; Can this be fixed, so GA report the 'desc'
field? Libvirt uses that for error reporting as it usually is perfectly
suitable.
Michal
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] qemu-ga error reporting,
Michal Privoznik <=