Re: [Qemu-devel] [PATCH v2 1/3] char: fix alias devices regression

2017-06-08 Thread Anthony PERARD
On Thu, Jun 08, 2017 at 03:59:37PM +0400, Marc-André Lureau wrote: > Fix regression from commit 4d43a603c71, where the serial and parallel > headers got removed from char.c, which broke the alias table. > > Move the HAVE_CHARDEV_SERIAL/HAVE_CHARDEV_PARPORT to osdep.h instead > of being in seperate

Re: [Qemu-devel] [PATCH v2 1/3] char: fix alias devices regression

2017-06-08 Thread Eric Blake
On 06/08/2017 06:59 AM, Marc-André Lureau wrote: > Fix regression from commit 4d43a603c71, where the serial and parallel > headers got removed from char.c, which broke the alias table. > > Move the HAVE_CHARDEV_SERIAL/HAVE_CHARDEV_PARPORT to osdep.h instead > of being in seperate headers. s/seper

[Qemu-devel] [PATCH v2 1/3] char: fix alias devices regression

2017-06-08 Thread Marc-André Lureau
Fix regression from commit 4d43a603c71, where the serial and parallel headers got removed from char.c, which broke the alias table. Move the HAVE_CHARDEV_SERIAL/HAVE_CHARDEV_PARPORT to osdep.h instead of being in seperate headers. Signed-off-by: Marc-André Lureau --- include/chardev/char-parall