projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a0ad2
)
plugins: Zero new qemu_plugin_dyn_cb entries
author
Richard Henderson
<richard.henderson@linaro.org>
Thu, 14 Mar 2024 19:07:46 +0000
(09:07 -1000)
committer
Richard Henderson
<richard.henderson@linaro.org>
Tue, 30 Apr 2024 23:12:05 +0000
(16:12 -0700)
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
plugins/core.c
patch
|
blob
|
history
diff --git
a/plugins/core.c
b/plugins/core.c
index 11ca20e6267680b4d79431057088e16e1bf97519..4487cb7c48c6a893b97730f8be1ca76d8ea1d6a6 100644
(file)
--- a/
plugins/core.c
+++ b/
plugins/core.c
@@
-307,7
+307,7
@@
static struct qemu_plugin_dyn_cb *plugin_get_dyn_cb(GArray **arr)
GArray *cbs = *arr;
if (!cbs) {
- cbs = g_array_sized_new(false,
fals
e,
+ cbs = g_array_sized_new(false,
tru
e,
sizeof(struct qemu_plugin_dyn_cb), 1);
*arr = cbs;
}