Re: [Qemu-devel] [RFC PATCH v4 04/25] sysemu: system functions for replay

2014-11-07 Thread Alex Bennée
Pavel Dovgalyuk writes: > This patch removes "static" specifier from several qemu function to make > them visible to the replay module. It also invents several system functions > that will be used by replay. > > Signed-off-by: Pavel Dovgalyuk > --- > > void do_savevm(Monitor *mon, const QDi

[Qemu-devel] [RFC PATCH v4 04/25] sysemu: system functions for replay

2014-11-07 Thread Pavel Dovgalyuk
This patch removes "static" specifier from several qemu function to make them visible to the replay module. It also invents several system functions that will be used by replay. Signed-off-by: Pavel Dovgalyuk --- cpus.c |4 ++-- include/exec/exec-all.h |1 + include/qom/