Re: [Qemu-devel] [PATCH 5/6] set the frequency of the dump bitmap process

2014-05-20 Thread Eric Blake
On 05/20/2014 11:47 AM, Sanidhya Kashyap wrote: > This patch introduces both qmp and hmp (log-dirty-bitmap-set-frequency) > interface to update the value of the frequency. > > Signed-off-by: Sanidhya Kashyap > --- > +++ b/qapi-schema.json > @@ -4715,3 +4715,11 @@ > # cancel the dirty bitmap log

[Qemu-devel] [PATCH 5/6] set the frequency of the dump bitmap process

2014-05-20 Thread Sanidhya Kashyap
This patch introduces both qmp and hmp (log-dirty-bitmap-set-frequency) interface to update the value of the frequency. Signed-off-by: Sanidhya Kashyap --- hmp-commands.hx | 15 +++ hmp.c| 12 hmp.h| 1 + qapi-schema.json | 8 qmp-comm