Is there a way to dump the memory of the guest machine without locking
up the guest machine? It's okay to lose some of the changes, but not
locking up the guest is important. Please share some ideas about how to
implement it.
Regards,
Pierre
Thomas Huth writes:
> On 21.07.2017 19:46, Pierre Kim wrote:
>> Hello, I am looking for a way to dump the RAM of a virtual machine.
>>
>> There is pmemsave but it only allows 32bit integers as the parameter so
>> I am unable to dump RAM areas past 4GB limit.
>>
>> Is there a way to dump RAM reg
On 21.07.2017 19:46, Pierre Kim wrote:
> Hello, I am looking for a way to dump the RAM of a virtual machine.
>
> There is pmemsave but it only allows 32bit integers as the parameter so
> I am unable to dump RAM areas past 4GB limit.
>
> Is there a way to dump RAM regions after 4GB.
I guess it sh