Re: [Qemu-devel] [PATCH 1/5] qemu-char: make qemu_chr_event public

2011-09-27 Thread Hans de Goede
Hi, On 08/12/2011 03:57 PM, Anthony Liguori wrote: On 08/11/2011 07:25 AM, Hans de Goede wrote: Make qemu_chr_event public so that it can be used by chardev code which lives outside of qemu-char.c Normally, qemu_chr_generic_open() would be used to do this. Of course, there is no generic_clos

Re: [Qemu-devel] [PATCH 1/5] qemu-char: make qemu_chr_event public

2011-08-12 Thread Anthony Liguori
On 08/11/2011 07:25 AM, Hans de Goede wrote: Make qemu_chr_event public so that it can be used by chardev code which lives outside of qemu-char.c Normally, qemu_chr_generic_open() would be used to do this. Of course, there is no generic_close(). Are you sure you don't need the BH indirectio