Re: [PATCH] ui: fix keymap file search in input-barrier object

2019-10-17 Thread Laurent Vivier
Ping? Le 24/09/2019 à 00:06, Laurent Vivier a écrit : > If we try to start QEMU with "-k en-us", qemu prints a message and exits > with: > > qemu-system-i386: could not read keymap file: 'en-us' > > It's because this function is called way too early, before > qemu_add_data_dir() is called, a

Re: [PATCH] ui: fix keymap file search in input-barrier object

2019-09-24 Thread Anthony PERARD
On Tue, Sep 24, 2019 at 12:06:58AM +0200, Laurent Vivier wrote: > If we try to start QEMU with "-k en-us", qemu prints a message and exits > with: > > qemu-system-i386: could not read keymap file: 'en-us' > > It's because this function is called way too early, before > qemu_add_data_dir() is

[PATCH] ui: fix keymap file search in input-barrier object

2019-09-23 Thread Laurent Vivier
If we try to start QEMU with "-k en-us", qemu prints a message and exits with: qemu-system-i386: could not read keymap file: 'en-us' It's because this function is called way too early, before qemu_add_data_dir() is called, and so qemu_find_file() fails. To fix that, move init_keyboard_layout