Files
Alex Bennée 6b375e13b2 char-fe: implement qemu_chr_fe_backend_name
A number of chardev users where calling qemu_chr_fe_get_driver() which
is discouraged as it blocks backend hotswap. As the pattern is common
and need for the string is transitory add a helper and keep
qemu_chr_fe_get_driver() for those that really need the funkiness of
poking around the backend setup.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20260824-fixes-for-11-2-v2-4-352c6b890402@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2026-08-28 11:40:02 +01:00
..
2020-09-09 09:27:09 -04:00
2020-10-15 11:14:40 +02:00