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-11-09 09:06:30 +00:00
2014-08-04 15:23:03 -07:00
2014-03-05 16:11:21 -07:00
2014-09-18 07:14:47 -07:00
2014-06-04 16:54:07 -07:00
2013-08-14 17:14:48 +02:00
2013-05-21 23:26:36 -04:00
2014-11-25 11:45:37 -05:00
2014-09-30 15:06:09 -07:00
2014-07-08 12:18:56 -07:00
2014-10-07 14:06:12 -04:00
2013-04-29 15:54:28 -07:00
2014-06-04 16:53:56 -07:00
2014-11-13 16:11:32 +01:00
2014-03-12 23:04:35 +00:00
2014-03-13 22:15:07 +01:00
2014-03-12 23:04:35 +00:00
2013-09-25 11:07:04 +02:00
2014-08-07 20:40:40 -04:00
2014-09-05 17:35:28 -07:00
2013-04-21 16:47:54 -04:00
2013-11-13 12:09:10 +09:00
2015-01-19 11:07:57 +01:00
2014-08-06 18:01:18 -07:00
2014-11-11 17:07:46 +10:30
2014-03-26 15:58:20 -04:00
2013-06-23 11:52:58 +02:00
2012-12-11 17:22:27 -08:00
2014-08-06 18:01:20 -07:00
2013-09-23 18:47:30 -04:00
2014-06-11 02:16:48 +02:00
2013-04-29 18:28:13 -07:00
2013-10-10 14:32:23 -04:00
2014-10-29 10:20:05 -07:00
2013-05-12 18:46:47 +04:00
2014-10-28 10:47:53 +01:00
2014-11-24 20:01:40 +01:00
2013-10-11 20:09:50 +01:00
2014-12-09 11:29:14 -05:00
2013-10-02 12:53:26 -04:00
2014-04-09 10:12:11 -04:00
2014-12-18 05:56:29 -08:00
2014-04-07 16:36:05 -07:00
2014-07-29 09:28:43 -04:00
2014-08-13 18:20:42 +10:00
2013-05-05 13:23:27 -07:00
2014-07-31 08:48:51 -07:00
2014-03-05 14:15:12 -03:00
2014-06-04 16:54:04 -07:00
2013-02-13 19:29:12 -08:00
2014-04-03 10:26:31 -07:00
2012-10-31 12:38:31 -04:00