Please also include this patch in next -rc or final, it fixes 32-bit compilation:
https://patchew.org/QEMU/20190402073018.17747-1-kraxel%40redhat.com/ ([Qemu-devel] [PATCH] curses: fix wchar_t printf warning) without it I get ui/curses.c: In function 'get_ucs': ui/curses.c:456:25: error: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'wchar_t {aka long int}' [-Werror=format=] fprintf(stderr, "Could not convert 0x%02x from WCHAR_T to UCS-2: %s\n", ^ cc1: all warnings being treated as errors make: *** [ui/curses.o] Error 1 make: *** Waiting for unfinished jobs....