Re: [Qemu-devel] [PATCH v4 0/8] Obtain dirty bitmap via VM logging

2014-07-18 Thread Dr. David Alan Gilbert
* Sanidhya Kashyap (sanidhya.ii...@gmail.com) wrote: > > > > 1) Do you have some examples of output? > >Can you see hot areas in the kernel or something else? > > > > I looked at it sometimes back. I will try to provide some images (as > suggested by you earlier) to see any consistently used

Re: [Qemu-devel] [PATCH v4 0/8] Obtain dirty bitmap via VM logging

2014-07-18 Thread Sanidhya Kashyap
> > 1) Do you have some examples of output? >Can you see hot areas in the kernel or something else? > I looked at it sometimes back. I will try to provide some images (as suggested by you earlier) to see any consistently used areas. > 2) 'frequency' is probably the wrong name for the paramet

Re: [Qemu-devel] [PATCH v4 0/8] Obtain dirty bitmap via VM logging

2014-07-18 Thread Eric Blake
On 07/18/2014 04:56 AM, Dr. David Alan Gilbert wrote: > * Sanidhya Kashyap (sanidhya.ii...@gmail.com) wrote: >> Hi, >> >> The following patches introduce the support of the dirty bitmap logging and >> dumping to a specified file. This patch addresses the previous issues raised >> by David and Juan.

Re: [Qemu-devel] [PATCH v4 0/8] Obtain dirty bitmap via VM logging

2014-07-18 Thread Eric Blake
On 07/17/2014 05:21 AM, Sanidhya Kashyap wrote: > Hi, > > The following patches introduce the support of the dirty bitmap logging and > dumping to a specified file. This patch addresses the previous issues raised > by David and Juan. Since, I have not received any comments on the runstates, > I'll

Re: [Qemu-devel] [PATCH v4 0/8] Obtain dirty bitmap via VM logging

2014-07-18 Thread Dr. David Alan Gilbert
* Sanidhya Kashyap (sanidhya.ii...@gmail.com) wrote: > Hi, > > The following patches introduce the support of the dirty bitmap logging and > dumping to a specified file. This patch addresses the previous issues raised > by David and Juan. Since, I have not received any comments on the runstates, >

[Qemu-devel] [PATCH v4 0/8] Obtain dirty bitmap via VM logging

2014-07-17 Thread Sanidhya Kashyap
Hi, The following patches introduce the support of the dirty bitmap logging and dumping to a specified file. This patch addresses the previous issues raised by David and Juan. Since, I have not received any comments on the runstates, I'll keep them in the patch series. v3 --> v4 * Added new qmp i