On 3/12/21 9:32 AM, Markus Armbruster wrote:
> 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 <[email protected]>
> Signed-off-by: Markus Armbruster <[email protected]>
> ---
>  tests/test-util-sockets.c | 1 +
>  1 file changed, 1 insertion(+)

We may be able to clean this up later, but in the interest of getting
this series into soft freeze,

Reviewed-by: Eric Blake <[email protected]>

> 
> diff --git a/tests/test-util-sockets.c b/tests/test-util-sockets.c
> index 67486055ed..72b9246529 100644
> --- a/tests/test-util-sockets.c
> +++ b/tests/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
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org


Reply via email to