Re: [Qemu-devel] [PATCH v2] Introduce "info migrate-times" monitor command

2011-07-14 Thread Paolo Bonzini
On 07/14/2011 11:55 AM, Michal Novotny wrote: +/* Time measuring facility */ +extern int time_measurement_type; +extern uint64_t time_saveram1; +extern uint64_t time_saveram2; +extern uint64_t time_saveram3; +extern uint64_t time_savedisk1; +extern uint64_t time_savedisk2; +extern uint64_t time_s

[Qemu-devel] [PATCH v2] Introduce "info migrate-times" monitor command

2011-07-14 Thread Michal Novotny
Hi, this is the implementation of the "info migrate-times" command I did to get the times for the migration to get times for each migration stage. Based on the fact migration itself is just the vmsave on the source host and vmload on destination host this function can be also useful to get the save