Hi, The patch "char: move CharBackend handling in char-fe unit" broke chardev aliases. Here is a small series to fix it, and add a simple unit test to check the alias keep working.
v2: - move HAVE_CHARDEV_* in osdep.h (Markus Armbruster) - add r-b tags from Eric for the patches that didn't change Marc-André Lureau (3): char: fix alias devices regression chardev: don't use alias names in parse_compat() test-char: start a /char/serial test include/chardev/char-parallel.h | 5 ----- include/chardev/char-serial.h | 8 -------- include/qemu/osdep.h | 13 +++++++++++++ chardev/char.c | 4 ++-- tests/test-char.c | 30 ++++++++++++++++++++++++++++++ 5 files changed, 45 insertions(+), 15 deletions(-) -- 2.13.0.91.g00982b8dd