Re: [Qemu-devel] [PATCH 19/38] char: make some qemu_chr_fe skip if no driver

2023-02-16 Thread Philippe Mathieu-Daudé
On 16/2/23 15:23, Marc-André Lureau wrote: Hi Philippe On Thu, Feb 16, 2023 at 2:14 AM Philippe Mathieu-Daudé wrote: Hi Marc-André, [very old patch...] On 22/10/16 11:52, Marc-André Lureau wrote: In most cases, front ends do not care about the side effect of CharBackend, so we can simply s

Re: [Qemu-devel] [PATCH 19/38] char: make some qemu_chr_fe skip if no driver

2023-02-16 Thread Marc-André Lureau
Hi Philippe On Thu, Feb 16, 2023 at 2:14 AM Philippe Mathieu-Daudé wrote: > > Hi Marc-André, > > [very old patch...] > > On 22/10/16 11:52, Marc-André Lureau wrote: > > In most cases, front ends do not care about the side effect of > > CharBackend, so we can simply skip the checks and call the qe

Re: [Qemu-devel] [PATCH 19/38] char: make some qemu_chr_fe skip if no driver

2023-02-15 Thread Philippe Mathieu-Daudé
Hi Marc-André, [very old patch...] On 22/10/16 11:52, Marc-André Lureau wrote: In most cases, front ends do not care about the side effect of CharBackend, so we can simply skip the checks and call the qemu_chr_fe functions even without associated CharDriver. Signed-off-by: Marc-André Lureau -

[Qemu-devel] [PATCH 19/38] char: make some qemu_chr_fe skip if no driver

2016-10-22 Thread Marc-André Lureau
In most cases, front ends do not care about the side effect of CharBackend, so we can simply skip the checks and call the qemu_chr_fe functions even without associated CharDriver. Signed-off-by: Marc-André Lureau --- hw/arm/pxa2xx.c | 8 +++- hw/arm/strongarm.c| 16 ++-