Re: [Qemu-devel] [PATCH] migration: Make events a capability

2015-08-03 Thread Eric Blake
On 07/07/2015 06:47 AM, Juan Quintela wrote: > Make check fails with events. THis is due to the parser/lexer that it > uses. Just in case that they are more broken parsers, just only send > events when there are capabilities. > > Signed-off-by: Juan Quintela > --- > include/migration/migration

Re: [Qemu-devel] [PATCH] migration: Make events a capability

2015-07-07 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Make check fails with events. THis is due to the parser/lexer that it > uses. Just in case that they are more broken parsers, just only send > events when there are capabilities. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert

[Qemu-devel] [PATCH] migration: Make events a capability

2015-07-07 Thread Juan Quintela
Make check fails with events. THis is due to the parser/lexer that it uses. Just in case that they are more broken parsers, just only send events when there are capabilities. Signed-off-by: Juan Quintela --- include/migration/migration.h | 1 + migration/migration.c | 20 +