Re: [Qemu-devel] [PATCH 0/11] chardev frontend open handling cleanup v2

2013-03-27 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 0/11] chardev frontend open handling cleanup v2

2013-03-26 Thread Eric Blake
On 03/26/2013 04:07 AM, Hans de Goede wrote: > This patch-series is the result of the > "[PATCH 1/2] char: add qemu_chr_be_is_fe_connected" discussion thread. > > This patch series makes the frontend open concept both more explicit and > generic, and significantly cleans up the surrounding code. >

[Qemu-devel] [PATCH 0/11] chardev frontend open handling cleanup v2

2013-03-26 Thread Hans de Goede
This patch-series is the result of the "[PATCH 1/2] char: add qemu_chr_be_is_fe_connected" discussion thread. This patch series makes the frontend open concept both more explicit and generic, and significantly cleans up the surrounding code. Changes in v2: - Based on top of latest master - Add pr