Re: [Qemu-devel] [PATCH RFC 2/3] memory: implement checkpoint handling

2015-11-17 Thread Bohdan Trach
On 11/16/2015 05:56 PM, Dr. David Alan Gilbert wrote: > Is anything in qemu/int128.h useful here? > However, as mentioned in my previous follow up, > I think you need something stronger than MD5 to stop collisions; > sha256 seems appropriate and CPUs have acceleration instructions > for it these

Re: [Qemu-devel] [PATCH RFC 2/3] memory: implement checkpoint handling

2015-11-16 Thread Dr. David Alan Gilbert
* Bohdan Trach (bv.tr...@gmail.com) wrote: > From: Bohdan Trach > > This commit adds functions, which are used to work with checkpoint > files. A new command-line option `-checkpoint` is added, which is used > to specify the checkpoint file. Currently, MD5 function from OpenSSL is > used to check

[Qemu-devel] [PATCH RFC 2/3] memory: implement checkpoint handling

2015-04-17 Thread Bohdan Trach
From: Bohdan Trach This commit adds functions, which are used to work with checkpoint files. A new command-line option `-checkpoint` is added, which is used to specify the checkpoint file. Currently, MD5 function from OpenSSL is used to checkpoint memory. Signed-off-by: Bohdan Trach --- arch_i