commit | aff56de576c949880d674d37b82bdc97841107fb | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Mar 14 14:09:33 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Apr 30 16:12:05 2024 -0700 |
tree | 4f1feaef020cbec695caf0c79d5f079c736cc8fe | |
parent | 25875fe92eb55e905655dcdf5f06f89ef2c1f404 [diff] |
plugins: Move function pointer in qemu_plugin_dyn_cb The out-of-line function pointer is mutually exclusive with inline expansion, so move it into the union. Wrap the pointer in a structure named 'regular' to match PLUGIN_CB_REGULAR. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>