Re: [Qemu-devel] [PATCH v5 2/6] BitmapLog: bitmap dump code

2014-08-12 Thread Eric Blake
On 07/31/2014 09:12 PM, Sanidhya Kashyap wrote: > In this patch, I have incorporated an enum named QemuProcess > which defines what kind of process is being executed i.e. > none --> no other process except the VM execution > migration --> migration is being executed > bitmap-dump --> bitmap dump pr

Re: [Qemu-devel] [PATCH v5 2/6] BitmapLog: bitmap dump code

2014-08-12 Thread Dr. David Alan Gilbert
* Sanidhya Kashyap (sanidhya.ii...@gmail.com) wrote: > In this patch, I have incorporated an enum named QemuProcess > which defines what kind of process is being executed i.e. > none --> no other process except the VM execution > migration --> migration is being executed > bitmap-dump --> bitmap du

[Qemu-devel] [PATCH v5 2/6] BitmapLog: bitmap dump code

2014-07-31 Thread Sanidhya Kashyap
In this patch, I have incorporated an enum named QemuProcess which defines what kind of process is being executed i.e. none --> no other process except the VM execution migration --> migration is being executed bitmap-dump --> bitmap dump process is undergoing Besides this, I have tried to incorpo