hw/virtio: Move vhost-user-input into virtio folder
authorLeo Yan <leo.yan@linaro.org>
Thu, 4 Jan 2024 21:09:44 +0000 (21:09 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 14 Feb 2024 11:09:32 +0000 (06:09 -0500)
commit87c7fb7819962e052a69046167949fe266611abf
tree9e88b66eac0e32580cdaa945ec395d1177c7015b
parent887d5775863b8804bacba6fe1a860ed3ea5cfdd9
hw/virtio: Move vhost-user-input into virtio folder

vhost-user-input is in the input folder.  On the other hand, the folder
'hw/virtio' maintains other virtio stubs (e.g. I2C, RNG, GPIO, etc).

This patch moves vhost-user-input into the virtio folder for better code
organization.  No functionality change.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Message-Id: <20231120043721.50555-4-leo.yan@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240104210945.1223134-11-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
MAINTAINERS
hw/input/meson.build
hw/input/vhost-user-input.c [deleted file]
hw/virtio/meson.build
hw/virtio/vhost-user-input.c [new file with mode: 0644]