Re: [PATCH] target/i386/kvm: Add missing fallthrough comment

2020-09-11 Thread Laurent Vivier
Le 11/09/2020 à 14:53, Thomas Huth a écrit : > Let's make this file compilable with -Werror=implicit-fallthrough : > Looking at the code, it seems like the fallthrough is intended here, > so we should add the corresponding "/* fallthrough */" comment here. > > Signed-off-by: Thomas Huth > --- >

Re: [PATCH] target/i386/kvm: Add missing fallthrough comment

2020-09-11 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200911125301.413081-1-th...@redhat.com/ Hi, This series failed build test on FreeBSD host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commit that

Re: [PATCH] target/i386/kvm: Add missing fallthrough comment

2020-09-11 Thread Paolo Bonzini
On 11/09/20 14:53, Thomas Huth wrote: > Let's make this file compilable with -Werror=implicit-fallthrough : > Looking at the code, it seems like the fallthrough is intended here, > so we should add the corresponding "/* fallthrough */" comment here. > > Signed-off-by: Thomas Huth > --- >

[PATCH] target/i386/kvm: Add missing fallthrough comment

2020-09-11 Thread Thomas Huth
Let's make this file compilable with -Werror=implicit-fallthrough : Looking at the code, it seems like the fallthrough is intended here, so we should add the corresponding "/* fallthrough */" comment here. Signed-off-by: Thomas Huth --- target/i386/kvm.c | 1 + 1 file changed, 1 insertion(+)