Re: [PATCH 5/7] chardev: Extract system emulation specific code

2020-04-24 Thread Jag Raman
> On Apr 23, 2020, at 4:21 PM, Philippe Mathieu-Daudé wrote: > > Split out code only used during system emulation, > to reduce code pulled in user emulation and tools. > > Signed-off-by: Philippe Mathieu-Daudé > --- > chardev/chardev-internal.h | 3 ++ > chardev/char.c | 35 +

Re: [PATCH 5/7] chardev: Extract system emulation specific code

2020-04-23 Thread Marc-André Lureau
On Thu, Apr 23, 2020 at 10:24 PM Philippe Mathieu-Daudé wrote: > > Split out code only used during system emulation, > to reduce code pulled in user emulation and tools. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Marc-André Lureau > --- > chardev/chardev-internal.h | 3 ++ > cha

[PATCH 5/7] chardev: Extract system emulation specific code

2020-04-23 Thread Philippe Mathieu-Daudé
Split out code only used during system emulation, to reduce code pulled in user emulation and tools. Signed-off-by: Philippe Mathieu-Daudé --- chardev/chardev-internal.h | 3 ++ chardev/char.c | 35 +-- chardev/chardev-sysemu.c | 69