Re: [Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-24 Thread Anthony Liguori
On 05/21/2010 04:54 AM, Gerd Hoffmann wrote: Add a new cursor type to console.h and a bunch of functions to deal with cursors the (new) cursor.c file. Signed-off-by: Gerd Hoffmann Applied all. Thanks. Regards, Anthony Liguori --- Makefile.objs |3 +- console.h |

Re: [Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-21 Thread Blue Swirl
On Fri, May 21, 2010 at 12:29 PM, Anthony Liguori wrote: > On 05/21/2010 04:54 AM, Gerd Hoffmann wrote: >> >> Add a new cursor type to console.h and a bunch of functions to >> deal with cursors the (new) cursor.c file. >> >> Signed-off-by: Gerd Hoffmann >> > > I like this implementation.  Blue, ar

Re: [Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-21 Thread Anthony Liguori
On 05/21/2010 04:54 AM, Gerd Hoffmann wrote: Add a new cursor type to console.h and a bunch of functions to deal with cursors the (new) cursor.c file. Signed-off-by: Gerd Hoffmann I like this implementation. Blue, are you happy with it? Regards, Anthony Liguori --- Makefile.objs

[Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-21 Thread Gerd Hoffmann
Add a new cursor type to console.h and a bunch of functions to deal with cursors the (new) cursor.c file. Signed-off-by: Gerd Hoffmann --- Makefile.objs |3 +- console.h | 24 ++- cursor.c| 210 +++ cursor_hid

Re: [Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-06 Thread Gerd Hoffmann
+static const char cursor_left_ptr_32[32*32] = { +"" +" X " +" XX " +" X.X" +" X..X " +" X...X

Re: [Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-06 Thread Blue Swirl
On 5/6/10, Gerd Hoffmann wrote: > > > > > +static const char cursor_left_ptr_32[32*32] = { > > > +"" > > > +" X " > > > +" XX " > > > +" X.X" > > > +" X..X

Re: [Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-06 Thread Blue Swirl
On 5/5/10, Gerd Hoffmann wrote: > Add a new cursor type to console.h and a bunch of functions to > deal with cursors the (new) cursor.c file. > > Signed-off-by: Gerd Hoffmann > --- > Makefile.objs |3 +- > console.h | 24 ++- > cursor.c | 208 >

[Qemu-devel] [PATCH 1/3] cursor: add cursor functions.

2010-05-05 Thread Gerd Hoffmann
Add a new cursor type to console.h and a bunch of functions to deal with cursors the (new) cursor.c file. Signed-off-by: Gerd Hoffmann --- Makefile.objs |3 +- console.h | 24 ++- cursor.c | 208 + 3 files changed, 232 i