]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add missing 'break' statement in couple of switch()-es
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 9 Nov 2022 12:52:40 +0000 (13:52 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 9 Nov 2022 12:52:40 +0000 (13:52 +0100)
commitf68a0742039fa5311c4f4c24160351d66884fe21
tree82a3acdef76760721869b217c7a0d62f43994b47
parent3c9968ec9a42ae6131ea147d3e3593df3f56bfd1
qemu: Add missing 'break' statement in couple of switch()-es

In recent commits migration of TPM on shared storage was
introduced. However, I've only complied it with gcc and thus did
not notice that clang build fails due to missing break; at the
end of some (empty) cases in switch() statements.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_tpm.c