Re: [Qemu-devel] [RFC 45/48] plugin: lockstep execution support

2018-11-27 Thread Emilio G. Cota
On Tue, Nov 27, 2018 at 18:20:25 +, Alex Bennée wrote: > > Emilio G. Cota writes: > > > Signed-off-by: Emilio G. Cota > > There are no users of this for now so I don't think this qualifies for a > first cut of the plugin API. Fair enough. It was more as an example that plugins are not

Re: [Qemu-devel] [RFC 45/48] plugin: lockstep execution support

2018-11-27 Thread Alex Bennée
Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota There are no users of this for now so I don't think this qualifies for a first cut of the plugin API. Is the lockstep support only their for plugins? Is there any practical use that isn't handled by non-MTTCG round-robin and icount type

[Qemu-devel] [RFC 45/48] plugin: lockstep execution support

2018-10-25 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- include/qemu/plugin-api.h | 7 +++ include/qemu/plugin.h | 5 + cpus.c| 1 + plugin.c | 35 +++ qemu-plugins.symbols | 3 +++ 5 files changed, 51 insertions(+) diff --git