Marc-André Lureau and Paolo Bonzini
1b21518f73
char: rename CharBackend->CharFrontend
...
The actual backend is "Chardev", CharBackend is the frontend side of
it (whatever talks to the backend), let's rename it for readability.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Link: https://lore.kernel.org/r/20251022074612.1258413-1-marcandre.lureau@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2025-10-28 14:49:52 +01:00
Alex Bennée and Michael S. Tsirkin
722e9022a0
hw/virtio: rename vhost-user-device and make user creatable
...
We didn't make the device user creatable in the first place because we
were worried users might get confused. Rename the device to make its
nature as a test device even more explicit. While we are at it add a
Kconfig variable so it can be skipped for those that want to thin out
their build configuration even further.
Acked-by: Stefano Garzarella <sgarzare@redhat.com >
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-ID: <20250820195632.1956795-1-alex.bennee@linaro.org >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Message-ID: <20250901105948.982583-1-alex.bennee@linaro.org >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2025-10-05 09:01:08 -04:00
Alex Bennée and Michael S. Tsirkin
6275989647
virtio: split into vhost-user-base and vhost-user-device
...
Lets keep a cleaner split between the base class and the derived
vhost-user-device which we can use for generic vhost-user stubs. This
includes an update to introduce the vq_size property so the number of
entries in a virtq can be defined.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20240104210945.1223134-2-alex.bennee@linaro.org >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2024-02-14 06:01:39 -05:00