Re: [Qemu-devel] [PATCH v2 00/21] qemu-char: refactoring of chardev creation

2015-10-14 Thread Eric Blake
On 10/14/2015 09:54 AM, Paolo Bonzini wrote: > This series rewrites chardev creation to use a new ->create > member of the CharDriver struct, and to always signal errors > via Error*. > > The advantage is that backend-specific creation functions need > not be exported anymore for qemu-char.c's usa

[Qemu-devel] [PATCH v2 00/21] qemu-char: refactoring of chardev creation

2015-10-14 Thread Paolo Bonzini
This series rewrites chardev creation to use a new ->create member of the CharDriver struct, and to always signal errors via Error*. The advantage is that backend-specific creation functions need not be exported anymore for qemu-char.c's usage, and hence do not need stubs anymore. Paolo Bonzini (