Re: [PATCH] chardev: Add macOS to list of OSes that support -chardev serial

2020-05-04 Thread Laurent Vivier
Le 26/04/2020 à 23:09, Mikhail Gusarov a écrit : > macOS API for dealing with serial ports/ttys is identical to BSDs. > > Signed-off-by: Mikhail Gusarov > --- > > Note that the same file has a line >> #endif /* linux || sun */ > that is severely out of date. > > chardev/char-serial.c | 2 +- >

Re: [PATCH] chardev: Add macOS to list of OSes that support -chardev serial

2020-04-27 Thread Philippe Mathieu-Daudé
On 4/26/20 11:09 PM, Mikhail Gusarov wrote: > macOS API for dealing with serial ports/ttys is identical to BSDs. > > Signed-off-by: Mikhail Gusarov > --- > > Note that the same file has a line >> #endif /* linux || sun */ > that is severely out of date. > > chardev/char-serial.c | 2 +- > incl

[PATCH] chardev: Add macOS to list of OSes that support -chardev serial

2020-04-26 Thread Mikhail Gusarov
macOS API for dealing with serial ports/ttys is identical to BSDs. Signed-off-by: Mikhail Gusarov --- Note that the same file has a line > #endif /* linux || sun */ that is severely out of date. chardev/char-serial.c | 2 +- include/qemu/osdep.h | 2 +- 2 files changed, 2 insertions(+), 2 del