Re: [Qemu-devel] [PATCH RFC 1/3] memory: Add dump-pc-mem command for checkpointing

2015-11-17 Thread Dr. David Alan Gilbert
* Bohdan Trach (bohdan.tr...@mailbox.tu-dresden.de) wrote: > Hi David, thank you for the feedback! No problem, sorry for the delay, > On 11/16/2015 05:46 PM, Dr. David Alan Gilbert wrote: > > * Bohdan Trach (bv.tr...@gmail.com) wrote: > >> From: Bohdan Trach > >> > >> dump-pc-mem command is adde

Re: [Qemu-devel] [PATCH RFC 1/3] memory: Add dump-pc-mem command for checkpointing

2015-11-17 Thread Bohdan Trach
Hi David, thank you for the feedback! On 11/16/2015 05:46 PM, Dr. David Alan Gilbert wrote: > * Bohdan Trach (bv.tr...@gmail.com) wrote: >> From: Bohdan Trach >> >> dump-pc-mem command is added for checkpointing guest memory to >> file. Only system RAM region is saved. This checkpoint is later us

Re: [Qemu-devel] [PATCH RFC 1/3] memory: Add dump-pc-mem command for checkpointing

2015-11-16 Thread Dr. David Alan Gilbert
* Bohdan Trach (bv.tr...@gmail.com) wrote: > From: Bohdan Trach > > dump-pc-mem command is added for checkpointing guest memory to > file. Only system RAM region is saved. This checkpoint is later used to > recover unchanged pages. Why not just use the 'dump_guest_memory' commands; they dump it

Re: [Qemu-devel] [PATCH RFC 1/3] memory: Add dump-pc-mem command for checkpointing

2015-04-18 Thread Bohdan Trach
Thank You for the review. Please see comments inline. On 04/17/2015 03:53 PM, Eric Blake wrote: > On 04/17/2015 06:13 AM, Bohdan Trach wrote: >> From: Bohdan Trach >> >> dump-pc-mem command is added for checkpointing guest memory to >> file. Only system RAM region is saved. This checkpoint is la

Re: [Qemu-devel] [PATCH RFC 1/3] memory: Add dump-pc-mem command for checkpointing

2015-04-17 Thread Eric Blake
On 04/17/2015 06:13 AM, Bohdan Trach wrote: > From: Bohdan Trach > > dump-pc-mem command is added for checkpointing guest memory to > file. Only system RAM region is saved. This checkpoint is later used to > recover unchanged pages. > > Signed-off-by: Bohdan Trach > --- > > +void qmp_dump_pc_

[Qemu-devel] [PATCH RFC 1/3] memory: Add dump-pc-mem command for checkpointing

2015-04-17 Thread Bohdan Trach
From: Bohdan Trach dump-pc-mem command is added for checkpointing guest memory to file. Only system RAM region is saved. This checkpoint is later used to recover unchanged pages. Signed-off-by: Bohdan Trach --- arch_init.c | 19 +++ hmp-commands.hx | 16