On Wed, 8 Jul 2020 at 17:02, Eric Auger <eric.au...@redhat.com> 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 <eric.au...@redhat.com> > Reported-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/virtio/virtio-iommu.c | 1 + > 1 file changed, 1 insertion(+)
Applied to target-arm.next, thanks. -- PMM