* 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
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
* 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
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
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_
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