On 28 February 2014 14:06, Gerd Hoffmann <kra...@redhat.com> 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