Re: [Qemu-devel] [RFC PATCH v2 47/49] replay: replay_break command

2014-07-18 Thread Eric Blake
On 07/17/2014 05:06 AM, Pavel Dovgalyuk wrote: > This patch adds support for replay_break monitor command. This command > sets the step (measured in executed instructions) where replay should be > stopped. > > Signed-off-by: Pavel Dovgalyuk > --- > hmp-commands.hx | 14 ++ > mo

[Qemu-devel] [RFC PATCH v2 47/49] replay: replay_break command

2014-07-17 Thread Pavel Dovgalyuk
This patch adds support for replay_break monitor command. This command sets the step (measured in executed instructions) where replay should be stopped. Signed-off-by: Pavel Dovgalyuk --- hmp-commands.hx | 14 ++ monitor.c | 15 +++ qapi-schema.json|