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

2017-06-08 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > - Original Message - >> Marc-André Lureau writes: >> >> > Fix regression from commit 4d43a603c71, where the serial and parallel >> > headers got removed from char.c, which broke the alias

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

2017-06-08 Thread Marc-André Lureau
Hi - Original Message - > Marc-André Lureau writes: > > > Fix regression from commit 4d43a603c71, where the serial and parallel > > headers got removed from char.c, which broke the alias table. > > > > Signed-off-by: Marc-André Lureau

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

2017-06-08 Thread Markus Armbruster
Marc-André Lureau writes: > Fix regression from commit 4d43a603c71, where the serial and parallel > headers got removed from char.c, which broke the alias table. > > Signed-off-by: Marc-André Lureau > --- > chardev/char.c | 2 ++ > 1

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

2017-06-07 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. Signed-off-by: Marc-André Lureau --- chardev/char.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chardev/char.c