On 07/20/2011 06:56 AM, Umesh Deshpande wrote:
Please give each patch a separate, meaningful title and post them in
their own thread.
See
git format-patches --cover-letter
git send-email
--
error compiling committee.c: too many arguments to function
This patch creates a migration bitmap, which is periodically kept in sync with
the qemu bitmap. This allows us to have a separate thread for VM migration. A
separate copy of the dirty bitmap for the migration avoids concurrent access to
the qemu bitmap from iohandlers and migration thread.
Sign