diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-08 12:39:00 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-08 12:39:00 +0200 |
commit | acdea1e1cd8e46f9cdce3f32e8140746316d8beb (patch) | |
tree | 53c221b822662e83b6fb4427f7c44c575eb1d153 /tests | |
parent | 21dbca10e3add11581a2b11123987799807a496c (diff) | |
download | drminfo-acdea1e1cd8e46f9cdce3f32e8140746316d8beb.tar.gz |
vgpu readme update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/README b/tests/README index d6437ee..85cf860 100644 --- a/tests/README +++ b/tests/README @@ -25,3 +25,11 @@ LINUX_BUILD_DIR (optional) Points to a linux kernel build tree. Uses that kernel (instead of the host kernel) for testing. + +vgpu test +--------- + +If a intel vgpu mdev with uuid 656527d9-c2c9-4745-b16a-00419a5bc32e is +present it will be used to run the tests. So, just create one and +make sure the device permissions (/dev/vfio/$nr) allow the user +running the tests access it. |