[Qemu-devel] [PATCH 6/6] python script for extracting bitmap from a binary file

2014-05-20 Thread Sanidhya Kashyap
This script extracts the bitmap only from a binary file. It takes only a single input as file. This will be useful to users for exploring the writable working set for the VM. Signed-off-by: Sanidhya Kashyap sanidhya.ii...@gmail.com --- scripts/extract-bitmap.py | 68

Re: [Qemu-devel] [PATCH 6/6] python script for extracting bitmap from a binary file

2014-05-20 Thread Eric Blake
On 05/20/2014 11:47 AM, Sanidhya Kashyap wrote: This script extracts the bitmap only from a binary file. It takes only a single input as file. This will be useful to users for exploring the writable working set for the VM. Signed-off-by: Sanidhya Kashyap sanidhya.ii...@gmail.com ---

Re: [Qemu-devel] [PATCH 6/6] python script for extracting bitmap from a binary file

2014-05-20 Thread Eric Blake
On 05/20/2014 01:38 PM, Eric Blake wrote: On 05/20/2014 11:47 AM, Sanidhya Kashyap wrote: This script extracts the bitmap only from a binary file. It takes only a single input as file. This will be useful to users for exploring the writable working set for the VM. Signed-off-by: Sanidhya

Re: [Qemu-devel] [PATCH 6/6] python script for extracting bitmap from a binary file

2014-05-20 Thread Sanidhya Kashyap
Signed-off-by: Sanidhya Kashyap sanidhya.ii...@gmail.com --- scripts/extract-bitmap.py | 68 +++ 1 file changed, 68 insertions(+) create mode 100755 scripts/extract-bitmap.py Does this file need to be mentioned in any Makefile to ensure that