mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
Instead of checking, did backend set the filename state or not, let's be stateless: filename is needed rarely, so, let's just have a generic function (with optional implementation by backends) to get it. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> [ Marc-André - fix leak in ivshmem-pci.c ] Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20260115144606.233252-10-vsementsov@yandex-team.ru>