qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
	marcandre.lureau@gmail.com, mdroth@linux.vnet.ibm.com
Subject: [PATCH v7 08/11] test-util-sockets: Add stub for monitor_set_cur()
Date: Thu, 18 Mar 2021 16:55:16 +0100	[thread overview]
Message-ID: <20210318155519.1224118-9-armbru@redhat.com> (raw)
In-Reply-To: <20210318155519.1224118-1-armbru@redhat.com>

Without this stub, the next commit fails to link.  I suspect the real
cause is 947e47448d "monitor: Use getter/setter functions for
cur_mon".

Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
 tests/unit/test-util-sockets.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/unit/test-util-sockets.c b/tests/unit/test-util-sockets.c
index 67486055ed..72b9246529 100644
--- a/tests/unit/test-util-sockets.c
+++ b/tests/unit/test-util-sockets.c
@@ -73,6 +73,7 @@ int monitor_get_fd(Monitor *mon, const char *fdname, Error **errp)
  * otherwise we get duplicate syms at link time.
  */
 Monitor *monitor_cur(void) { return cur_mon; }
+Monitor *monitor_set_cur(Coroutine *co, Monitor *mon) { abort(); }
 int monitor_vprintf(Monitor *mon, const char *fmt, va_list ap) { abort(); }
 
 #ifndef _WIN32
-- 
2.26.3



  parent reply	other threads:[~2021-03-18 15:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-18 15:55 [PATCH v7 00/11] Configurable policy for handling deprecated interfaces Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 01/11] qemuutil: remove qemu_set_fd_handler duplicate symbol Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 02/11] qemu-options: New -compat to set policy for deprecated interfaces Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 03/11] qapi: Implement deprecated-output=hide for QMP command results Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 04/11] qapi: Implement deprecated-output=hide for QMP events Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 05/11] qapi: Implement deprecated-output=hide for QMP event data Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 06/11] monitor: Drop query-qmp-schema 'gen': false hack Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 07/11] qapi: Implement deprecated-output=hide for QMP introspection Markus Armbruster
2021-03-18 15:55 ` Markus Armbruster [this message]
2021-03-18 15:55 ` [PATCH v7 09/11] qapi: Implement deprecated-input=reject for QMP commands Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 10/11] qapi: Implement deprecated-input=reject for QMP command arguments Markus Armbruster
2021-03-18 15:55 ` [PATCH v7 11/11] qapi: New -compat deprecated-input=crash Markus Armbruster

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=20210318155519.1224118-9-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=marcandre.lureau@gmail.com \
    --cc=mdroth@linux.vnet.ibm.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).