@samitouri / QOSamiQemu / commits / 78bdeadfe6

vhost: rename vhost-backend.c to vhost-kernel.c

This file is totally about vhost-kernel implementation, not generic code. Let's finally give it corresponding name. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20260420202032.714884-4-vsementsov@yandex-team.ru>

Vladimir Sementsov-Ogievskiy committed Apr 20, 2026 at 23:20 UTC 78bdeadfe60b051871f1ca3fffbce9ce1304bd4f
2 files changed +2 -2
hw/virtio/meson.build
+1 -1
@@ -14,7 +14,7 @@ system_virtio_ss.add(files('virtio-qmp.c'))
14
15 if have_vhost
16 system_virtio_ss.add(files('vhost.c'))
17 - system_virtio_ss.add(files('vhost-backend.c', 'vhost-iova-tree.c'))
17 + system_virtio_ss.add(files('vhost-kernel.c', 'vhost-iova-tree.c'))
18 if have_vhost_user
19 system_virtio_ss.add(files('vhost-user.c'))
20 system_virtio_ss.add(files('vhost-user-base.c'))
hw/virtio/vhost-kernel.c renamed
+1 -1
@@ -1,5 +1,5 @@
1 /*
2 - * vhost-backend
2 + * vhost-kernel
3 *
4 * Copyright (c) 2013 Virtual Open Systems Sarl.
5 *