vfio-mdev: Switch to use new generic UUID API
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 10 Jan 2019 19:00:27 +0000 (21:00 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 5 Feb 2019 18:51:56 +0000 (11:51 -0700)
commit278bca7f318e6a29f482eabbca52db538dc5d4e6
tree13c51a6893f19147a62115a9329dec3516b0290f
parent8834f5600cf3c8db365e18a3d5cac2c2780c81e5
vfio-mdev: Switch to use new generic UUID API

There are new types and helpers that are supposed to be used in new code.

As a preparation to get rid of legacy types and API functions do
the conversion here.

Cc: Kirti Wankhede <kwankhede@nvidia.com>
Cc: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/mdev/mdev_core.c
drivers/vfio/mdev/mdev_private.h
drivers/vfio/mdev/mdev_sysfs.c
include/linux/mdev.h
samples/vfio-mdev/mtty.c