[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC] New thread for the VM migration
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [RFC] New thread for the VM migration |
Date: |
Thu, 14 Jul 2011 10:09:53 +0100 |
On Thu, Jul 14, 2011 at 9:36 AM, Avi Kivity <address@hidden> 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
- [Qemu-devel] [RFC] New thread for the VM migration, Umesh Deshpande, 2011/07/13
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Umesh Deshpande, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Avi Kivity, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration,
Stefan Hajnoczi <=
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Anthony Liguori, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Avi Kivity, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Juan Quintela, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Avi Kivity, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Juan Quintela, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Avi Kivity, 2011/07/14
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Paolo Bonzini, 2011/07/15
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Anthony Liguori, 2011/07/15
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Avi Kivity, 2011/07/17
- Re: [Qemu-devel] [RFC] New thread for the VM migration, Markus Armbruster, 2011/07/18