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

Reply via email to