qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: aliguori@linux.vnet.ibm.com, Jes.Sorensen@redhat.com,
	agl@linux.vnet.ibm.com, mdroth@linux.vnet.ibm.com,
	lcapitulino@redhat.com
Subject: [Qemu-devel] [PATCH v3][ 4/7] guest agent: add error class for QERR_QGA_LOGGING_FAILED
Date: Wed,  1 Jun 2011 12:54:11 -0500	[thread overview]
Message-ID: <1306950854-16493-5-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
In-Reply-To: <1306950854-16493-1-git-send-email-mdroth@linux.vnet.ibm.com>


Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
---
 qerror.c |    4 ++++
 qerror.h |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/qerror.c b/qerror.c
index c18641f..059981b 100644
--- a/qerror.c
+++ b/qerror.c
@@ -209,6 +209,10 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_VNC_SERVER_FAILED,
         .desc      = "Could not start VNC server on %(target)",
     },
+    {
+        .error_fmt = QERR_QGA_LOGGING_FAILED,
+        .desc      = "failed to write log statement due to logging being disabled",
+    },
     {}
 };
 
diff --git a/qerror.h b/qerror.h
index 8b971fd..22e1b09 100644
--- a/qerror.h
+++ b/qerror.h
@@ -178,4 +178,7 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_FEATURE_DISABLED \
     "{ 'class': 'FeatureDisabled', 'data': { 'name': %s } }"
 
+#define QERR_QGA_LOGGING_FAILED \
+    "{ 'class': 'QgaLoggingFailed', 'data': {} }"
+
 #endif /* QERROR_H */
-- 
1.7.0.4

  parent reply	other threads:[~2011-06-01 19:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-01 17:54 [Qemu-devel] [QAPI+QGA 3/3] QEMU Guest Agent (virtagent) Michael Roth
2011-06-01 17:54 ` [Qemu-devel] [PATCH v3][ 1/7] guest agent: worker thread class Michael Roth
2011-06-01 17:54 ` [Qemu-devel] [PATCH v3][ 2/7] guest agent: command state class Michael Roth
2011-06-01 17:54 ` [Qemu-devel] [PATCH v3][ 3/7] guest agent: qemu-ga daemon Michael Roth
2011-06-01 17:54 ` Michael Roth [this message]
2011-06-01 17:54 ` [Qemu-devel] [PATCH v3][ 5/7] guest agent: add guest agent RPCs/commands Michael Roth
2011-06-01 17:54 ` [Qemu-devel] [PATCH v3][ 6/7] guest agent: add guest agent commands schema file Michael Roth
2011-06-01 17:54 ` [Qemu-devel] [PATCH v3][ 7/7] guest agent: Makefile, build qemu-ga Michael Roth
2011-06-02 15:25 ` [Qemu-devel] [RESEND][PATCH v3][ 5/7] guest agent: add guest agent RPCs/commands Michael Roth
2011-06-02 15:25 ` [Qemu-devel] [RESEND][PATCH v3][ 6/7] guest agent: add guest agent commands schema file Michael Roth

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=1306950854-16493-5-git-send-email-mdroth@linux.vnet.ibm.com \
    --to=mdroth@linux.vnet.ibm.com \
    --cc=Jes.Sorensen@redhat.com \
    --cc=agl@linux.vnet.ibm.com \
    --cc=aliguori@linux.vnet.ibm.com \
    --cc=lcapitulino@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).