On Wed, 8 Jul 2020 at 17:02, Eric Auger <[email protected]> wrote: > > Coverity points out (CID 1430180) that the new case is missing > break or a /* fallthrough */ comment. Break is the right thing to > do as in that case, tail is not used. > > Fixes 1733eebb9e ("virtio-iommu: Implement RESV_MEM probe request") > Signed-off-by: Eric Auger <[email protected]> > Reported-by: Peter Maydell <[email protected]> > --- > hw/virtio/virtio-iommu.c | 1 + > 1 file changed, 1 insertion(+)
Applied to target-arm.next, thanks. -- PMM
