[Qemu-discuss] Real time memory dumping

2017-07-24 Thread Pierre Kim
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

Re: [Qemu-discuss] Ram dump more than 4GB

2017-07-24 Thread Markus Armbruster
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

Re: [Qemu-discuss] Ram dump more than 4GB

2017-07-24 Thread Thomas Huth
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