qemu-e2k/plugins
Alex Bennée 3fb356cc86 tcg plugins: expose an API version concept
This is a very simple versioning API which allows the plugin
infrastructure to check the API a plugin was built against. We also
expose a min/cur API version to the plugin via the info block in case
it wants to avoid using old deprecated APIs in the future.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Robert Foley <robert.foley@linaro.org>
2019-11-12 14:32:55 +00:00
..
.gitignore plugin: add API symbols to qemu-plugins.symbols 2019-10-28 15:12:38 +00:00
Makefile.objs plugin: add API symbols to qemu-plugins.symbols 2019-10-28 15:12:38 +00:00
api.c plugin: add qemu_plugin_outs helper 2019-10-28 15:12:38 +00:00
core.c plugin: add core code 2019-10-28 15:12:38 +00:00
loader.c tcg plugins: expose an API version concept 2019-11-12 14:32:55 +00:00
plugin.h tcg plugins: expose an API version concept 2019-11-12 14:32:55 +00:00
qemu-plugins.symbols plugin: add qemu_plugin_outs helper 2019-10-28 15:12:38 +00:00