[PATCH 0/2] vfio: constify struct class usage

From: Ricardo B. Marliere
Date: Fri Mar 01 2024 - 12:52:32 EST


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@xxxxxxxxxx>
Cc: kvm@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>

---
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,
--
Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>