Eric Blake
5be5b7764f
blkdebug: Avoid '.' in enum values
...
Our qapi conventions document that '.' should only be used in
the prefix of downstream names. BlkdebugEvent was a lone
exception to this. Changing this is not backwards compatible
to the 'blockdev-add' QMP command; however, that command is
not yet fully stable. It can also be argued that the testsuite
is the biggest user of blkdebug, and that any other user can
be taught to deal with the change by paying attention to
introspection results.
Done with:
$ for str in \
l1_grow.{alloc,write,activate}_table \
l2_alloc.{cow_read,write} \
refblock_alloc.{hookup,write,write_blocks,write_table,switch_table} \
pwritev_rmw.{head,after_head,tail,after_tail}; do
str1=$(echo "$str" | sed 's/\./\\./')
str2=$(echo "$str" | sed 's/\./_/')
git grep -l "$str1" | xargs -r sed -i "s/$str1/$str2/g"
done
followed by a manual touchup to test 77 to keep the test working.
Reported-by: Markus Armbruster <armbru@redhat.com>
CC: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1447836791-369-21-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2015-12-17 08:21:27 +01:00
..
2015-07-27 17:19:07 +02:00
2015-03-10 08:15:34 +03:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2015-03-10 14:02:24 +01:00
2014-12-12 16:52:33 +00:00
2014-02-14 18:05:39 +01:00
2014-12-12 16:52:33 +00:00
2015-03-10 14:02:21 +01:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2014-02-09 09:12:38 +01:00
2014-12-12 16:52:33 +00:00
2014-02-09 09:12:38 +01:00
2014-12-12 16:52:33 +00:00
2015-03-10 14:02:21 +01:00
2014-12-12 16:52:33 +00:00
2014-01-22 12:07:16 +01:00
2015-09-11 10:21:38 +03:00
2014-02-09 09:12:38 +01:00
2015-09-11 10:21:38 +03:00
2014-04-29 16:19:37 +02:00
2015-09-11 10:21:38 +03:00
2014-02-09 09:12:38 +01:00
2015-09-11 10:21:38 +03:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2012-02-23 10:29:46 +01:00
2014-12-12 16:52:33 +00:00
2014-02-09 09:12:38 +01:00
2014-12-12 16:52:33 +00:00
2014-02-09 09:12:38 +01:00
2015-09-11 10:21:38 +03:00
2014-09-10 10:41:29 +02:00
2014-12-12 16:52:33 +00:00
2015-12-17 08:21:27 +01:00
2015-12-17 08:21:27 +01:00
2015-12-17 08:21:27 +01:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2014-08-20 11:51:28 +02:00
2015-09-11 10:21:38 +03:00
2015-03-10 14:02:21 +01:00
2014-12-12 16:52:33 +00:00
2015-11-18 15:54:15 +01:00
2012-09-28 19:40:56 +02:00
2014-06-27 20:00:00 +02:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2015-05-22 09:37:33 +01:00
2015-05-22 09:37:33 +01:00
2014-02-09 09:12:38 +01:00
2015-09-11 10:21:38 +03:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2014-07-18 13:12:15 +01:00
2014-12-12 16:52:33 +00:00
2014-02-09 09:12:38 +01:00
2015-09-11 10:21:38 +03:00
2014-02-09 09:12:38 +01:00
2015-09-11 10:21:38 +03:00
2015-09-14 16:51:37 +02:00
2015-11-11 16:55:28 +01:00
2015-11-11 16:25:47 +01:00
2015-11-11 16:25:47 +01:00
2015-10-16 15:34:30 +02:00
2014-07-07 09:15:29 +02:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2014-02-09 09:12:38 +01:00
2015-09-11 10:21:38 +03:00
2012-11-14 18:19:21 +01:00
2014-04-01 15:21:03 +02:00
2013-09-12 10:12:47 +02:00
2013-09-12 10:12:47 +02:00
2014-02-21 21:02:21 +01:00
2015-09-11 10:21:38 +03:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2014-12-10 10:31:12 +01:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2015-10-02 13:48:29 +02:00
2013-09-27 11:10:45 +02:00
2015-09-11 10:21:38 +03:00
2015-10-16 15:34:30 +02:00
2015-10-16 15:34:30 +02:00
2014-10-03 10:30:33 +01:00
2014-12-12 16:52:33 +00:00
2013-09-27 11:10:45 +02:00
2014-12-12 16:52:33 +00:00
2014-06-27 20:00:00 +02:00
2014-12-12 16:52:33 +00:00
2015-09-04 20:59:48 +02:00
2015-01-13 11:47:56 +00:00
2015-12-03 11:08:07 +08:00
2015-12-03 11:08:07 +08:00
2013-09-12 10:12:47 +02:00
2013-09-12 10:12:47 +02:00
2015-11-11 16:55:28 +01:00
2013-12-04 15:19:00 +01:00
2015-05-22 17:08:01 +02:00
2015-10-16 15:34:29 +02:00
2015-01-23 18:17:05 +01:00
2015-03-10 14:02:20 +01:00
2015-10-16 15:34:29 +02:00
2015-11-11 16:55:28 +01:00
2013-08-30 15:28:52 +02:00
2014-12-12 16:52:33 +00:00
2014-02-09 09:12:38 +01:00
2013-09-06 15:25:07 +02:00
2015-01-23 12:41:32 -05:00
2015-01-23 12:41:32 -05:00
2015-03-10 14:02:20 +01:00
2013-10-11 16:49:50 +02:00
2013-10-11 16:49:59 +02:00
2014-12-12 16:52:33 +00:00
2015-10-16 15:34:30 +02:00
2015-10-16 15:34:30 +02:00
2013-10-25 11:08:20 +02:00
2014-12-12 16:52:33 +00:00
2014-09-22 11:39:45 +01:00
2015-09-11 10:21:38 +03:00
2014-10-04 19:18:17 +01:00
2014-10-04 19:18:17 +01:00
2015-10-23 18:18:22 +02:00
2015-10-23 18:18:22 +02:00
2014-09-22 11:39:45 +01:00
2014-12-12 16:52:33 +00:00
2013-11-15 13:37:43 +01:00
2015-09-11 10:21:38 +03:00
2013-12-04 14:31:39 +01:00
2013-12-04 14:31:39 +01:00
2014-10-23 15:34:01 +02:00
2014-04-01 13:59:47 +02:00
2015-05-22 09:37:31 +01:00
2015-05-22 09:37:31 +01:00
2015-12-17 08:21:27 +01:00
2014-12-12 16:52:33 +00:00
2014-10-23 15:34:01 +02:00
2014-04-11 13:59:49 +02:00
2015-03-10 14:02:21 +01:00
2015-09-11 10:21:38 +03:00
2015-03-10 14:02:21 +01:00
2014-12-12 16:52:33 +00:00
2015-10-23 18:18:22 +02:00
2015-10-23 18:18:22 +02:00
2014-12-10 10:31:16 +01:00
2015-09-11 10:21:38 +03:00
2015-02-06 17:24:22 +01:00
2015-02-06 17:24:22 +01:00
2014-11-09 23:39:50 +01:00
2014-12-12 16:52:33 +00:00
2015-11-11 16:25:48 +01:00
2015-11-11 16:25:48 +01:00
2014-10-23 15:34:01 +02:00
2014-12-12 16:52:33 +00:00
2015-10-23 18:18:22 +02:00
2015-10-23 18:18:22 +02:00
2014-10-23 15:34:01 +02:00
2014-12-12 16:52:33 +00:00
2015-03-10 14:02:21 +01:00
2015-03-10 14:02:20 +01:00
2014-10-23 15:34:01 +02:00
2014-12-12 16:52:33 +00:00
2014-05-28 14:22:25 +02:00
2014-12-12 16:52:33 +00:00
2014-10-23 15:34:01 +02:00
2014-12-12 16:52:33 +00:00
2015-06-12 14:00:00 +01:00
2015-02-16 15:07:18 +00:00
2015-02-16 14:36:03 +00:00
2015-02-16 14:36:03 +00:00
2014-10-04 19:18:17 +01:00
2015-09-11 10:21:38 +03:00
2015-10-16 15:34:29 +02:00
2015-10-16 15:34:29 +02:00
2014-11-03 11:41:48 +00:00
2015-09-11 10:21:38 +03:00
2014-11-03 11:41:48 +00:00
2015-09-11 10:21:38 +03:00
2015-01-13 11:47:56 +00:00
2014-12-12 16:52:33 +00:00
2015-02-06 17:24:22 +01:00
2014-12-12 16:52:33 +00:00
2014-08-22 11:01:12 +02:00
2014-08-22 11:01:12 +02:00
2014-11-03 11:41:47 +00:00
2014-11-03 11:41:47 +00:00
2015-06-12 15:54:01 +02:00
2015-06-12 15:54:01 +02:00
2015-03-10 14:02:24 +01:00
2014-12-12 16:52:33 +00:00
2014-10-03 10:30:33 +01:00
2014-10-03 10:30:33 +01:00
2014-11-03 11:41:48 +00:00
2014-12-12 16:52:33 +00:00
2015-03-10 14:02:21 +01:00
2014-12-12 16:52:33 +00:00
2014-12-10 10:31:13 +01:00
2014-12-10 10:31:13 +01:00
2015-01-13 11:47:56 +00:00
2015-09-11 10:21:38 +03:00
2014-11-06 12:45:47 +01:00
2014-11-06 12:45:47 +01:00
2015-03-10 14:02:21 +01:00
2015-09-11 10:21:38 +03:00
2014-12-10 10:31:20 +01:00
2014-12-10 10:31:20 +01:00
2014-12-10 10:31:13 +01:00
2015-09-11 10:21:38 +03:00
2015-03-16 12:10:30 -04:00
2015-09-11 10:21:38 +03:00
2015-02-06 17:24:21 +01:00
2015-02-06 17:24:21 +01:00
2015-12-11 15:39:29 +00:00
2015-11-11 16:25:47 +01:00
2015-11-25 14:29:39 +01:00
2015-06-12 15:54:08 +02:00
2015-11-25 14:29:39 +01:00
2015-06-12 15:54:08 +02:00
2015-03-16 12:10:30 -04:00
2015-09-11 10:21:38 +03:00
2015-04-28 15:36:09 +02:00
2015-09-11 10:21:38 +03:00
2015-02-16 15:07:18 +00:00
2015-02-16 15:07:18 +00:00
2015-11-12 16:22:44 +01:00
2015-11-12 16:22:44 +01:00
2015-10-02 13:48:29 +02:00
2015-03-10 14:02:24 +01:00
2015-04-28 15:36:09 +02:00
2015-04-28 15:36:09 +02:00
2015-09-04 20:59:48 +02:00
2015-09-11 10:21:38 +03:00
2015-05-22 09:37:32 +01:00
2015-05-22 09:37:32 +01:00
2015-07-02 10:06:23 +01:00
2015-07-02 10:06:23 +01:00
2015-05-22 17:08:09 +02:00
2015-05-22 17:08:09 +02:00
2015-07-27 17:19:07 +02:00
2015-07-27 17:19:07 +02:00
2015-11-17 18:35:57 +08:00
2015-11-12 16:22:46 +01:00
2015-09-14 16:51:37 +02:00
2015-11-11 16:55:28 +01:00
2015-09-14 16:51:37 +02:00
2015-09-14 16:51:37 +02:00
2015-12-11 15:39:29 +00:00
2015-11-11 16:55:29 +01:00
2015-09-04 20:59:48 +02:00
2015-11-11 16:55:28 +01:00
2015-11-11 16:55:28 +01:00
2015-10-16 15:34:30 +02:00
2013-11-07 13:53:31 +01:00
2015-11-11 16:55:28 +01:00
2015-11-11 16:55:28 +01:00
2012-02-22 16:15:22 +01:00
2015-11-12 16:22:46 +01:00
2015-12-03 11:08:07 +08:00
2012-02-22 16:15:22 +01:00
2014-03-14 16:28:28 +01:00
2014-12-10 10:31:13 +01:00
2012-08-06 22:39:14 +02:00
2012-02-23 10:29:46 +01:00
2014-09-12 10:27:54 +02:00