On Thu, Jul 14, 2011 at 9:36 AM, Avi Kivity <avi@xxxxxxxxxx> wrote: > On 07/14/2011 10:14 AM, Umesh Deshpande wrote: >> @@ -260,10 +260,15 @@ int ram_save_live(Monitor *mon, QEMUFile *f, int >> stage, void *opaque) >> return 0; >> } >> >> + if (stage != 3) >> + qemu_mutex_lock_iothread(); > > Please read CODING_STYLE, especially the bit about braces. Please use scripts/checkpatch.pl to check coding style before submitting patches to the list. You can also set git's pre-commit hook to automatically run checkpatch.pl: http://blog.vmsplice.net/2011/03/how-to-automatically-run-checkpatchpl.html Stefan -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html