qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] console: move chardev declarations to sysemu/ch


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] console: move chardev declarations to sysemu/char.h
Date: Mon, 23 Jun 2014 11:34:05 +0100

On 23 June 2014 10:07, Riku Voipio <address@hidden> wrote:
> On Mon, Jun 23, 2014 at 10:29:07AM +0300, Michael S. Tsirkin wrote:
>> 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.
>
> This fix works for me, thanks.
>
> Tested-by: Riku Voipio <address@hidden>

Applied to master as a buildfix; thanks.

-- PMM



reply via email to

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