[Qemu-devel] [PATCH] console: move chardev declarations to sysemu/char.h

2014-06-23 Thread Michael S. Tsirkin
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 ... pixmannone ... make

Re: [Qemu-devel] [PATCH] console: move chardev declarations to sysemu/char.h

2014-06-23 Thread Riku Voipio
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

Re: [Qemu-devel] [PATCH] console: move chardev declarations to sysemu/char.h

2014-06-23 Thread Peter Maydell
On 23 June 2014 10:07, Riku Voipio riku.voi...@iki.fi 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