]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
vhost: rename vhost-backend.c to vhost-kernel.c
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Mon, 20 Apr 2026 20:20:24 +0000 (23:20 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Jun 2026 12:36:12 +0000 (08:36 -0400)
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>

hw/virtio/meson.build
hw/virtio/vhost-kernel.c [moved from hw/virtio/vhost-backend.c with 99% similarity]

index 0ea89d8af4c3dc9674f1cdba18cb946532118f50..3943e0d006f7638ccf44bcf229e348756626bad6 100644 (file)
@@ -14,7 +14,7 @@ system_virtio_ss.add(files('virtio-qmp.c'))
 
 if have_vhost
   system_virtio_ss.add(files('vhost.c'))
-  system_virtio_ss.add(files('vhost-backend.c', 'vhost-iova-tree.c'))
+  system_virtio_ss.add(files('vhost-kernel.c', 'vhost-iova-tree.c'))
   if have_vhost_user
     system_virtio_ss.add(files('vhost-user.c'))
     system_virtio_ss.add(files('vhost-user-base.c'))
similarity index 99%
rename from hw/virtio/vhost-backend.c
rename to hw/virtio/vhost-kernel.c
index caeadd069b0e74728f1c700965cbe547bec88d91..3390b48c6f1d88d5c4c23d39b9545ce56dae5044 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * vhost-backend
+ * vhost-kernel
  *
  * Copyright (c) 2013 Virtual Open Systems Sarl.
  *