Re: [Qemu-devel] [PATCH] scsi-disk: add 'fall through' comment to switch VERIFY cases

2017-01-21 Thread Michael Tokarev
Applied to -trivial, thanks! /mjt

[Qemu-devel] [PATCH] scsi-disk: add 'fall through' comment to switch VERIFY cases

2017-01-16 Thread Peter Maydell
Commit 166dbda7e131 added some extra cases to a switch() such that the existing code is intended to fall through the new case statements. It's clear from the commit that this is intentional, but less clear to subsequent readers of the code, and not clear at all to static analysis tools like Coverit