Re: [Qemu-devel] [PATCH 1/4] dump: create writable files

2012-06-27 Thread Wen Congyang
At 06/27/2012 04:27 AM, Luiz Capitulino Wrote: On Wed, 20 Jun 2012 22:58:20 +0530 Rabin Vincent ra...@rab.in wrote: Make dump-guest-memory not create read-only files, so that it can overwrite a file created by a previous invocation without having it to be removed externally. I think we

Re: [Qemu-devel] [PATCH 1/4] dump: create writable files

2012-06-26 Thread Luiz Capitulino
On Wed, 20 Jun 2012 22:58:20 +0530 Rabin Vincent ra...@rab.in wrote: Make dump-guest-memory not create read-only files, so that it can overwrite a file created by a previous invocation without having it to be removed externally. I think we need a force parameter to do this, the command

[Qemu-devel] [PATCH 1/4] dump: create writable files

2012-06-20 Thread Rabin Vincent
Make dump-guest-memory not create read-only files, so that it can overwrite a file created by a previous invocation without having it to be removed externally. Signed-off-by: Rabin Vincent ra...@rab.in --- dump.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dump.c