From: Michal Privoznik <mprivozn@redhat.com>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] qemu-ga error reporting
Date: Thu, 23 Feb 2012 10:41:46 +0100 [thread overview]
Message-ID: <4F4609DA.7010307@redhat.com> (raw)
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 other threads:[~2012-02-23 9:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F4609DA.7010307@redhat.com \
--to=mprivozn@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).