qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v3 00/38] rework input handling, sdl2 support


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v3 00/38] rework input handling, sdl2 support
Date: Tue, 4 Mar 2014 15:54:56 +0000

On 28 February 2014 14:06, Gerd Hoffmann <address@hidden> wrote:
>   Hi,
>
> The input layer moves to a model modeled roughly after the linux
> event layer.  It also uses qapi to create all the data types needed.
> First, because it is convinient to have all the support code generated,
> and also to make it easier to integrate with qmp some day.
>
> Porting work has only be done on the UI side so far.  Input device
> emulation is still to be done.

Looks like you lost a merge race with the SPARC pullreq
that adds cg3 support:

make: Entering directory `/home/petmay01/linaro/qemu-for-merges/build/all'
  CC    sparc-softmmu/hw/display/cg3.o
/home/petmay01/linaro/qemu-for-merges/hw/display/cg3.c: In function
‘cg3_realizefn’:
/home/petmay01/linaro/qemu-for-merges/hw/display/cg3.c:309:5: error:
passing argument 2 of ‘graphic_console_init’ makes integer from
pointer without a cast [-Werror]
/home/petmay01/linaro/qemu-for-merges/include/ui/console.h:282:14:
note: expected ‘uint32_t’ but argument is of type ‘const struct
GraphicHwOps *’
/home/petmay01/linaro/qemu-for-merges/hw/display/cg3.c:309:5: error:
passing argument 3 of ‘graphic_console_init’ from incompatible pointer
type [-Werror]
/home/petmay01/linaro/qemu-for-merges/include/ui/console.h:282:14:
note: expected ‘const struct GraphicHwOps *’ but argument is of type
‘struct CG3State *’
/home/petmay01/linaro/qemu-for-merges/hw/display/cg3.c:309:5: error:
too few arguments to function ‘graphic_console_init’
/home/petmay01/linaro/qemu-for-merges/include/ui/console.h:282:14:
note: declared here

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]