Re: [PATCH 3/4] chardev: remove needless class method

2021-08-03 Thread Daniel P . Berrangé
On Fri, Jul 23, 2021 at 02:28:24PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > "chr_option_parsed" is only implemented by the "mux" chardev, we can > specialize the code there to avoid the needless generic class method. > > Signed-off-by: Marc-André Lureau > --- > i

Re: [PATCH 3/4] chardev: remove needless class method

2021-08-02 Thread Philippe Mathieu-Daudé
On 7/23/21 12:28 PM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > "chr_option_parsed" is only implemented by the "mux" chardev, we can > specialize the code there to avoid the needless generic class method. > > Signed-off-by: Marc-André Lureau > --- > include/chardev/char.h