Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcg plugins: expose an API version concept | Alex Bennée | 2019-11-12 | 1 | -0/+2 |
| | | | | | | | | | | | | 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> | ||||
* | plugin: add core code | Emilio G. Cota | 2019-10-28 | 1 | -0/+97 |
Signed-off-by: Emilio G. Cota <cota@braap.org> [AJB: moved directory and merged various fixes] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |