Re: [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal

2015-11-25 Thread Bohdan Trach
Hi Eric, On 11/24/2015 06:51 PM, Eric Blake wrote: > This touches the command line, but not any QMP .json files. Is this new > feature properly discoverable using existing QMP commands, or is this > something lacking in the proposal? What exactly discoverability mechanisms must be provided? The

Re: [Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal

2015-11-24 Thread Eric Blake
On 11/24/2015 09:42 AM, Bohdan Trach wrote: > Changes from V1: > - Use ELF dumps produced by the dump-guest-memory command; > - Use checkpoints for all memory blocks; > - Use trace_ instead of DPRINTF; > - removed RAM_SAVE_FLAG_PAGE_HASH flag; > - General code cleanup and update to latest

[Qemu-devel] [RFC V2, PATCH 0/2] Checkpoint-assisted migration proposal

2015-11-24 Thread Bohdan Trach
Changes from V1: - Use ELF dumps produced by the dump-guest-memory command; - Use checkpoints for all memory blocks; - Use trace_ instead of DPRINTF; - removed RAM_SAVE_FLAG_PAGE_HASH flag; - General code cleanup and update to latest QEMU codebase. This patchset contains a checkpoint-ass