Re: [Qemu-devel] [PATCH v5 1/6] generic function between migration and bitmap dump

2014-08-12 Thread Dr. David Alan Gilbert
* Sanidhya Kashyap (sanidhya.ii...@gmail.com) wrote: > I have modified the functions to be more generic i.e. I have used the > counter variable which stores the required value. If the value of counter > is 0, it means bitmap dump process whereas the value of 1 means migration. OK, but not quite wh

[Qemu-devel] [PATCH v5 1/6] generic function between migration and bitmap dump

2014-07-31 Thread Sanidhya Kashyap
I have modified the functions to be more generic i.e. I have used the counter variable which stores the required value. If the value of counter is 0, it means bitmap dump process whereas the value of 1 means migration. Signed-off-by: Sanidhya Kashyap --- arch_init.c | 21