Christian Borntraeger cdef511985 KVM: fix sparse warning in include/trace/events/kvm.h
sparse complains about
include/trace/events/kvm.h:163:1: error: directive in argument list
include/trace/events/kvm.h:167:1: error: directive in argument list
include/trace/events/kvm.h:169:1: error: directive in argument list
and sparse is right. Preprocessing directives in an argument of a
macro are undefined behaviour as of C99 6.10.3p11.

Lets use an indirection to fix this.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-01-19 11:07:57 +01:00
..
2013-05-28 13:42:08 -05:00
2014-09-30 15:06:09 -07:00
2013-04-29 15:54:28 -07:00
2014-06-04 16:53:56 -07:00
2014-03-26 15:58:20 -04:00
2013-06-23 11:52:58 +02:00
2014-07-31 08:48:51 -07:00