Message ID | 20240301-class_cleanup-vfio-v1-0-9236d69083f5@marliere.net (mailing list archive) |
---|---|
Headers | show |
Series | vfio: constify struct class usage | expand |
On Fri, 01 Mar 2024 14:51:46 -0300 "Ricardo B. Marliere" <ricardo@marliere.net> wrote: > This is a simple and straight forward cleanup series that aims to make the > class structures in vfio constant. This has been possible since 2023 [1]. > > --- > [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/ > > To: Kirti Wankhede <kwankhede@nvidia.com> > Cc: kvm@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net> > > --- > Ricardo B. Marliere (2): > vfio/mdpy: make mdpy_class constant > vfio/mbochs: make mbochs_class constant > > samples/vfio-mdev/mbochs.c | 18 ++++++++---------- > samples/vfio-mdev/mdpy.c | 18 ++++++++---------- > 2 files changed, 16 insertions(+), 20 deletions(-) > --- > base-commit: 87adedeba51a822533649b143232418b9e26d08b > change-id: 20240301-class_cleanup-vfio-3c5f72230ba5 > > Best regards, Applied to vfio next branch for v6.9. Thanks, Alex
This is a simple and straight forward cleanup series that aims to make the class structures in vfio constant. This has been possible since 2023 [1]. --- [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/ To: Kirti Wankhede <kwankhede@nvidia.com> Cc: kvm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net> --- Ricardo B. Marliere (2): vfio/mdpy: make mdpy_class constant vfio/mbochs: make mbochs_class constant samples/vfio-mdev/mbochs.c | 18 ++++++++---------- samples/vfio-mdev/mdpy.c | 18 ++++++++---------- 2 files changed, 16 insertions(+), 20 deletions(-) --- base-commit: 87adedeba51a822533649b143232418b9e26d08b change-id: 20240301-class_cleanup-vfio-3c5f72230ba5 Best regards,