summaryrefslogtreecommitdiffstats
path: root/qerror.h
diff options
context:
space:
mode:
authorJes Sorensen2011-03-16 13:33:36 +0100
committerAnthony Liguori2011-03-22 14:39:12 +0100
commit821601ea5b02a68ada479731a4d3d07a9876632a (patch)
tree1d99ac90c4a076ebd06f3c9df1656186f0b56cf2 /qerror.h
parenterror message if user specifies curses on cmd line when curses is disabled (diff)
downloadqemu-821601ea5b02a68ada479731a4d3d07a9876632a.tar.gz
qemu-821601ea5b02a68ada479731a4d3d07a9876632a.tar.xz
qemu-821601ea5b02a68ada479731a4d3d07a9876632a.zip
Make VNC support optional
Per default VNC is enabled. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qerror.h')
-rw-r--r--qerror.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qerror.h b/qerror.h
index f732d45e80..df61d2c2c6 100644
--- a/qerror.h
+++ b/qerror.h
@@ -171,4 +171,7 @@ QError *qobject_to_qerror(const QObject *obj);
#define QERR_VNC_SERVER_FAILED \
"{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"
+#define QERR_FEATURE_DISABLED \
+ "{ 'class': 'FeatureDisabled', 'data': { 'name': %s } }"
+
#endif /* QERROR_H */