Re: [Qemu-devel] [PATCH] ui: drop ac_search and ac_stop

2017-07-28 Thread Daniel P. Berrange
On Fri, Jul 28, 2017 at 08:34:15AM +0200, Gerd Hoffmann wrote: > Both keys exist already: "ac_search" is "find" and "ac_stop" is "stop". > > Fixes: 37810e80553c19f0dac3644924895a9bf5c70785 > Signed-off-by: Gerd Hoffmann > --- > hw/input/ps2.c| 8 > ui/input-keymap.c | 8 >

[Qemu-devel] [PATCH] ui: drop ac_search and ac_stop

2017-07-27 Thread Gerd Hoffmann
Both keys exist already: "ac_search" is "find" and "ac_stop" is "stop". Fixes: 37810e80553c19f0dac3644924895a9bf5c70785 Signed-off-by: Gerd Hoffmann --- hw/input/ps2.c| 8 ui/input-keymap.c | 8 qapi-schema.json | 5 + 3 files changed, 9 insertions(+), 12 deletions(-)