Re: [Qemu-devel] [PATCH v12 20/36] blkdebug: Avoid '.' in enum values

2015-11-18 Thread Markus Armbruster
git-am complains about the trailing whitespace in expected test output. Not this patch's fault. Would be nice to avoid, but not in this series.

[Qemu-devel] [PATCH v12 20/36] blkdebug: Avoid '.' in enum values

2015-11-18 Thread Eric Blake
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 tes