On Wed, 2 Nov 2022 16:05:01 +0800, hbuxiaofei wrote: > GCC Version: > gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1) > > hw/i8042.c: In function ‘kbd_io’: > hw/i8042.c:153:19: error: ‘value’ may be used uninitialized in this function [-Werror=maybe-uninitialized] > state.write_cmd = val; > ~~~~~~~~~~~~~~~~^~~~~ > hw/i8042.c:298:5: note: ‘value’ was declared here > u8 value; > ^~~~~ > cc1: all warnings being treated as errors > make: *** [Makefile:508: hw/i8042.o] Error 1 > > [...] Applied to kvmtool (master), thanks! [1/1] hw/i8042: Fix value uninitialized in kbd_io() https://git.kernel.org/will/kvmtool/c/5a9cde6532ea Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev