Re: [Qemu-devel] [PATCH 1/2] q35: implement SMRAM.D_LCK

2015-04-18 Thread Laszlo Ersek
On 04/16/15 10:12, Paolo Bonzini wrote: > > > On 15/04/2015 15:58, Gerd Hoffmann wrote: >> The "A Tour Beyond BIOS Implementing S3 Resume with EDKII" white >> paper lists "Lock SMM. This must be done to maintain SMM integrity." >> as todo list item for the edk2 resume code path (page 18). let's ma

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