Re: [Qemu-devel] [PATCH, braille] Add dots keypresses support to the baum braille device

2011-08-22 Thread Anthony Liguori
On 08/18/2011 09:16 PM, Samuel Thibault wrote: Oops, sorry, the previous patch had a debugging leftover, here it is again. Add dots keypresses support to the baum braille device. Signed-off-by: Samuel Thibaultsamuel.thiba...@ens-lyon.org diff --git a/hw/baum.c b/hw/baum.c index

Re: [Qemu-devel] [PATCH, braille] Add dots keypresses support to the baum braille device

2011-08-22 Thread Samuel Thibault
Anthony Liguori, le Mon 22 Aug 2011 10:27:08 -0500, a écrit : I don't think this patch is against qemu.git. Please submit (and test) against qemu.git. Oops, apparently I missed the git repository switch. Here it is, retested against qemu.git (last commit Mon Aug 22 so I guess that's the propre

[Qemu-devel] [PATCH, braille] Add dots keypresses support to the baum braille device

2011-08-18 Thread Samuel Thibault
Add dots keypresses support to the baum braille device. Signed-off-by: Samuel Thibault samuel.thiba...@ens-lyon.org diff --git a/hw/baum.c b/hw/baum.c index 21326ae..131348c 100644 --- a/hw/baum.c +++ b/hw/baum.c @@ -1,7 +1,7 @@ /* * QEMU Baum Braille Device * - * Copyright (c) 2008, 2011

Re: [Qemu-devel] [PATCH, braille] Add dots keypresses support to the baum braille device

2011-08-18 Thread Samuel Thibault
Oops, sorry, the previous patch had a debugging leftover, here it is again. Add dots keypresses support to the baum braille device. Signed-off-by: Samuel Thibault samuel.thiba...@ens-lyon.org diff --git a/hw/baum.c b/hw/baum.c index 21326ae..0b29498 100644 --- a/hw/baum.c +++ b/hw/baum.c @@