Hi ----- Original Message ----- > On 06/08/2017 06:59 AM, Marc-André Lureau wrote: > > Quite limited test, to check that the chardev can be created with a > > path and with the tty alias. > > > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > > Reviewed-by: Eric Blake <ebl...@redhat.com> > > --- > > tests/test-char.c | 30 ++++++++++++++++++++++++++++++ > > 1 file changed, 30 insertions(+) > > > > diff --git a/tests/test-char.c b/tests/test-char.c > > index dfe856cb85..ecc3fec194 100644 > > --- a/tests/test-char.c > > +++ b/tests/test-char.c > > @@ -5,6 +5,7 @@ > > #include "qemu/config-file.h" > > #include "qemu/sockets.h" > > #include "chardev/char-fe.h" > > +#include "chardev/char-serial.h" /* for HAVE_CHARDEV_SERIAL */ > > Either the comment or the entire #include is now spurious, given the new > 1/3.
indeed, removed > > -- > Eric Blake, Principal Software Engineer > Red Hat, Inc. +1-919-301-3266 > Virtualization: qemu.org | libvirt.org > >