[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 11/31] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
From: |
Alex Bennée |
Subject: |
[PULL 11/31] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT |
Date: |
Sat, 18 Mar 2023 11:46:24 +0000 |
From: Richard Henderson <richard.henderson@linaro.org>
This macro is no longer used.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230310195252.210956-4-richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230315174331.2959-14-alex.bennee@linaro.org>
diff --git a/include/qemu/plugin.h b/include/qemu/plugin.h
index fb338ba576..e0ebedef84 100644
--- a/include/qemu/plugin.h
+++ b/include/qemu/plugin.h
@@ -59,8 +59,6 @@ get_plugin_meminfo_rw(qemu_plugin_meminfo_t i)
#ifdef CONFIG_PLUGIN
extern QemuOptsList qemu_plugin_opts;
-#define QEMU_PLUGIN_ASSERT(cond) g_assert(cond)
-
static inline void qemu_plugin_add_opts(void)
{
qemu_add_opts(&qemu_plugin_opts);
@@ -252,8 +250,6 @@ void qemu_plugin_user_postfork(bool is_child);
#else /* !CONFIG_PLUGIN */
-#define QEMU_PLUGIN_ASSERT(cond)
-
static inline void qemu_plugin_add_opts(void)
{ }
--
2.39.2
- [PULL 02/31] tests/docker: all add DOCKER_BUILDKIT to RUNC environment, (continued)
- [PULL 02/31] tests/docker: all add DOCKER_BUILDKIT to RUNC environment, Alex Bennée, 2023/03/18
- [PULL 04/31] scripts/ci: update gitlab-runner playbook to handle CentOS, Alex Bennée, 2023/03/18
- [PULL 01/31] tests/avocado: update AArch64 tests to Alpine 3.17.2, Alex Bennée, 2023/03/18
- [PULL 10/31] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb, Alex Bennée, 2023/03/18
- [PULL 05/31] gitlab: update centos-8-stream job, Alex Bennée, 2023/03/18
- [PULL 09/31] tcg: Clear plugin_mem_cbs on TB exit, Alex Bennée, 2023/03/18
- [PULL 08/31] tests/avocado: don't use tags to define drive, Alex Bennée, 2023/03/18
- [PULL 06/31] include/qemu: add documentation for memory callbacks, Alex Bennée, 2023/03/18
- [PULL 11/31] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT,
Alex Bennée <=
- Re: [PULL 00/31] various fixes (testing, plugins, gitdm), Peter Maydell, 2023/03/20
- Re: [PULL 00/31] various fixes (testing, plugins, gitdm), Daniel P . Berrangé, 2023/03/20
- Re: [PULL 00/31] various fixes (testing, plugins, gitdm), Philippe Mathieu-Daudé, 2023/03/20
- Re: [PULL 00/31] various fixes (testing, plugins, gitdm), Daniel P . Berrangé, 2023/03/20
- Re: [PULL 00/31] various fixes (testing, plugins, gitdm), Philippe Mathieu-Daudé, 2023/03/20
- Re: [PULL 00/31] various fixes (testing, plugins, gitdm), Daniel P . Berrangé, 2023/03/22