Re: [Qemu-devel] Re: [PATCH v3] savevm: Fix no_migrate

2011-01-09 Thread Blue Swirl
On Sun, Jan 9, 2011 at 9:57 AM, Michael S. Tsirkin wrote: > On Fri, Jan 07, 2011 at 07:47:34PM +0100, Jan Kiszka wrote: >> (Is there really no one bored out there and wants to write a check-patch >> script?) > > Might be better to use an existing tool: > http://www.kernel.org/pub/linux/kernel/peop

[Qemu-devel] Re: [PATCH v3] savevm: Fix no_migrate

2011-01-09 Thread Michael S. Tsirkin
On Fri, Jan 07, 2011 at 07:47:34PM +0100, Jan Kiszka wrote: > (Is there really no one bored out there and wants to write a check-patch > script?) Might be better to use an existing tool: http://www.kernel.org/pub/linux/kernel/people/apw/checkpatch/ -- MST

[Qemu-devel] Re: [PATCH v3] savevm: Fix no_migrate

2011-01-07 Thread Jan Kiszka
Am 07.01.2011 19:39, Alex Williamson wrote: > The no_migrate save state flag is currently only checked in the > last phase of migration. This means that we potentially waste > a lot of time and bandwidth with the live state handlers before > we ever check the no_migrate flags. The error message p