From 2b8985f1b82ea994dbe37986536c5c623c38ea86 Mon Sep 17 00:00:00 2001 From: Oleinik, Alexander Date: Mon, 5 Aug 2019 03:13:01 +0000 Subject: qtest: Rename qtest.c:qtest_init() Both the qtest client, libqtest.c, and server, qtest.c, used the same name for initialization functions which can cause confusion. Signed-off-by: Alexander Oleinik Message-Id: <20190805031240.6024-1-alxndr@bu.edu> Reviewed-by: John Snow Reviewed-by: Stefan Hajnoczi Signed-off-by: Thomas Huth --- include/sysemu/qtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sysemu/qtest.h b/include/sysemu/qtest.h index cd114b8d80..5ed09c80b1 100644 --- a/include/sysemu/qtest.h +++ b/include/sysemu/qtest.h @@ -24,6 +24,6 @@ static inline bool qtest_enabled(void) bool qtest_driver(void); -void qtest_init(const char *qtest_chrdev, const char *qtest_log, Error **errp); +void qtest_server_init(const char *qtest_chrdev, const char *qtest_log, Error **errp); #endif -- cgit v1.2.3-55-g7522