[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH v2 0/7] ui: add generic keyboard state track
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [RFC PATCH v2 0/7] ui: add generic keyboard state tracker, fix keymap |
Date: |
Mon, 24 Dec 2018 22:46:49 -0800 (PST) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the address@hidden build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make address@hidden SHOW_ENV=1 J=8
=== TEST SCRIPT END ===
libpmem support no
libudev no
WARNING: Use of SDL 1.2 is deprecated and will be removed in
WARNING: future releases. Please switch to using SDL 2.0
NOTE: cross-compilers enabled: 'cc'
GEN x86_64-softmmu/config-devices.mak.tmp
---
CC chardev/char.o
CC chardev/char-fd.o
/tmp/qemu-test/src/ui/sdl.c: In function 'sdl_keyevent_to_keycode_generic':
/tmp/qemu-test/src/ui/sdl.c:218:28: error: incompatible type for argument 3 of
'keysym2scancode'
shift, altgr, ctrl) & SCANCODE_KEYMASK;
^
In file included from /tmp/qemu-test/src/ui/sdl_keysym.h:2:0,
---
/tmp/qemu-test/src/ui/keymaps.h:58:5: note: expected 'struct KbdState *' but
argument is of type '_Bool'
int keysym2scancode(kbd_layout_t *k, int keysym,
^
/tmp/qemu-test/src/ui/sdl.c:218:28: error: too many arguments to function
'keysym2scancode'
shift, altgr, ctrl) & SCANCODE_KEYMASK;
^
In file included from /tmp/qemu-test/src/ui/sdl_keysym.h:2:0,
The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-devel] [RFC PATCH v2 2/7] kbd-state: use state tracker for sdl2, (continued)
- [Qemu-devel] [RFC PATCH v2 2/7] kbd-state: use state tracker for sdl2, Gerd Hoffmann, 2018/12/19
- [Qemu-devel] [RFC PATCH v2 4/7] kbd-state: use state tracker for gtk, Gerd Hoffmann, 2018/12/19
- [Qemu-devel] [RFC PATCH v2 5/7] kbd-state: use state tracker for vnc, Gerd Hoffmann, 2018/12/19
- [Qemu-devel] [RFC PATCH v2 6/7] keymap: pass full keyboard state to keysym2scancode, Gerd Hoffmann, 2018/12/19
- [Qemu-devel] [RFC PATCH v2 7/7] keymap: fix keyup mappings, Gerd Hoffmann, 2018/12/19
- Re: [Qemu-devel] [RFC PATCH v2 0/7] ui: add generic keyboard state tracker, fix keymap,
no-reply <=