qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3840f8: console: move chardev declarations to


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3840f8: console: move chardev declarations to sysemu/char....
Date: Mon, 23 Jun 2014 04:00:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3840f8429043a9082696db99a7ccbc36cb72224c
      
https://github.com/qemu/qemu/commit/3840f8429043a9082696db99a7ccbc36cb72224c
  Author: Michael S. Tsirkin <address@hidden>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M include/sysemu/char.h
    M include/ui/console.h
    M qemu-char.c
    M stubs/vc-init.c

  Log Message:
  -----------
  console: move chardev declarations to sysemu/char.h

move generic chardev APIs to sysemu/char.h, to make them available to
callers which can not depend on the whole of ui/console.h.
This fixes a build error on systems without pixman-devel:

./configure --disable-tools --disable-docs --target-list=arm-linux-user
...
pixman            none
...
make
...
In file included from
/data/home/nchip/linaro/qemu/include/ui/console.h:4:0,
           from /data/home/nchip/linaro/qemu/stubs/vc-init.c:2:
/data/home/nchip/linaro/qemu/include/ui/qemu-pixman.h:14:20: fatal
error: pixman.h: No such file or directory
 #include <pixman.h>
              ^
compilation terminated.

Reported-by: Riku Voipio <address@hidden>
Tested-by: Riku Voipio <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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