RE: [PATCH v2] tcg plugins: expose an API version concept

2019-11-11 Thread Robert Foley
On Mon, 11 Nov 2019 at 06:35, Alex Bennée wrote: > > 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 A

Re: [PATCH v2] tcg plugins: expose an API version concept

2019-11-11 Thread Peter Maydell
On Mon, 11 Nov 2019 at 11:35, Alex Bennée wrote: > > 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 A

[PATCH v2] tcg plugins: expose an API version concept

2019-11-11 Thread Alex Bennée
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 Reviewed-by: