]> git.proxmox.com Git - mirror_qemu.git/commit
plugin: expand the plugin_init function to include an info block
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 12 Sep 2019 16:24:27 +0000 (17:24 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
commit5901b2e15b673720b050fc88e7912e33f0e53604
treed84fb6f517c53cc0fd04c076488ca14e8a9d6da0
parent26fffe29c09656273fd9553339552f8d41330949
plugin: expand the plugin_init function to include an info block

This provides a limited amount of info to plugins about the guest
system that will allow them to make some additional decisions on
setup.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
include/qemu/qemu-plugin.h
plugins/loader.c