aboutsummaryrefslogtreecommitdiff
path: root/tests/test-util-sockets.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-08-03 21:14:57 +0200
committerThomas Huth <thuth@redhat.com>2020-08-05 11:45:43 +0200
commitd2a71d7474d4649eabe554994a3fcba75244cce3 (patch)
treea51ac1c207bb1d73a79ac4dd23a4ab82cef0e566 /tests/test-util-sockets.c
parent35c7f5254b608c0694b11fc9f0d2c1a4ffb216b4 (diff)
downloadqemu-d2a71d7474d4649eabe554994a3fcba75244cce3.zip
qemu-d2a71d7474d4649eabe554994a3fcba75244cce3.tar.gz
qemu-d2a71d7474d4649eabe554994a3fcba75244cce3.tar.bz2
Get rid of the libqemustub.a remainders
libqemustub.a has been removed in commit ebedb37c8d ("Makefile: Remove libqemustub.a"). Some remainders have been missed. Remove them now. Message-Id: <20200804170055.2851-8-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/test-util-sockets.c')
-rw-r--r--tests/test-util-sockets.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-util-sockets.c b/tests/test-util-sockets.c
index 2ca1e99..261dc48 100644
--- a/tests/test-util-sockets.c
+++ b/tests/test-util-sockets.c
@@ -64,7 +64,8 @@ int monitor_get_fd(Monitor *mon, const char *fdname, Error **errp)
return dup(mon_fd);
}
-/* Syms in libqemustub.a are discarded at .o file granularity.
+/*
+ * Syms of stubs in libqemuutil.a are discarded at .o file granularity.
* To replace monitor_get_fd() we must ensure everything in
* stubs/monitor.c is defined, to make sure monitor.o is discarded
* otherwise we get duplicate syms at link time.