qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Leon Yu <chianglungyu@gmail.com>
To: Luiz Capitulino <lcapitulino@redhat.com>,
	Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org, Leon Yu <chianglungyu@gmail.com>
Subject: [Qemu-devel] [PATCH] qmp: unbreak build for non-vnc configuration
Date: Mon,  2 Feb 2015 05:08:51 +0000	[thread overview]
Message-ID: <1422853731-5282-1-git-send-email-chianglungyu@gmail.com> (raw)

Signed-off-by: Leon Yu <chianglungyu@gmail.com>
Fixes: df887684603a ("monitor: add query-vnc-servers command")
---
 qmp.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/qmp.c b/qmp.c
index 963305c..ae55f1e 100644
--- a/qmp.c
+++ b/qmp.c
@@ -134,6 +134,12 @@ VncInfo *qmp_query_vnc(Error **errp)
     error_set(errp, QERR_FEATURE_DISABLED, "vnc");
     return NULL;
 };
+
+VncInfo2List *qmp_query_vnc_servers(Error **errp)
+{
+    error_set(errp, QERR_FEATURE_DISABLED, "vnc");
+    return NULL;
+};
 #endif
 
 #ifndef CONFIG_SPICE
-- 
2.2.2

             reply	other threads:[~2015-02-02  5:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02  5:08 Leon Yu [this message]
2015-02-09 22:53 ` [Qemu-devel] [PATCH] qmp: unbreak build for non-vnc configuration Peter Maydell

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=1422853731-5282-1-git-send-email-chianglungyu@gmail.com \
    --to=chianglungyu@gmail.com \
    --cc=kraxel@redhat.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).