[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 3/4] hw/virtio: Move vhost-user-input into virtio folder
|
From: |
Leo Yan |
|
Subject: |
Re: [PATCH v1 3/4] hw/virtio: Move vhost-user-input into virtio folder |
|
Date: |
Tue, 14 Nov 2023 01:48:08 +0800 |
Hi Manos,
On Mon, Nov 13, 2023 at 09:24:09AM +0200, Manos Pitsidianakis wrote:
> Hello Leo,
>
> On Mon, 13 Nov 2023 03:16, Leo Yan <leo.yan@linaro.org> wrote:
> > 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>
>
> Make sure MAINTAINERS is updated as well, it points to hw/input:
You are right, will update in next spin.
Thanks for pointing out this and review!
Leo
- [PATCH v1 0/4] virtio: Refactor vhost input stub, Leo Yan, 2023/11/12
- [PATCH v1 1/4] hw/virtio: Support set_config() callback in vhost-user-base, Leo Yan, 2023/11/12
- [PATCH v1 2/4] docs/system: Add vhost-user-input documentation, Leo Yan, 2023/11/12
- [PATCH v1 3/4] hw/virtio: Move vhost-user-input into virtio folder, Leo Yan, 2023/11/12
- [PATCH v1 4/4] hw/virtio: derive vhost-user-input from vhost-user-base, Leo Yan, 2023/11/12
- Re: [PATCH v1 0/4] virtio: Refactor vhost input stub, Michael S. Tsirkin, 2023/11/13