[libvirt] [PATCH] qemu: Do not ignore mandatory features in migration cookie

2013-02-20 Thread Jiri Denemark
Due to feature/features nasty typo, any features marked as mandatory by one side of a migration are silently considered optional by the other side. The following is the code that formats mandatory features in migration cookie: for (i = 0 ; i QEMU_MIGRATION_COOKIE_FLAG_LAST ; i++) {

Re: [libvirt] [PATCH] qemu: Do not ignore mandatory features in migration cookie

2013-02-20 Thread Michal Privoznik
On 20.02.2013 10:37, Jiri Denemark wrote: Due to feature/features nasty typo, any features marked as mandatory by one side of a migration are silently considered optional by the other side. The following is the code that formats mandatory features in migration cookie: for (i = 0 ; i

Re: [libvirt] [PATCH] qemu: Do not ignore mandatory features in migration cookie

2013-02-20 Thread Jiri Denemark
On Wed, Feb 20, 2013 at 11:42:01 +0100, Michal Privoznik wrote: On 20.02.2013 10:37, Jiri Denemark wrote: Due to feature/features nasty typo, any features marked as mandatory by one side of a migration are silently considered optional by the other side. The following is the code that