summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-08-13 17:23:00 +0000
committerRobert Mustacchi <rm@joyent.com>2011-08-13 17:23:00 +0000
commit44e36b44952cd42cd65e3b90912c3922fb7955c2 (patch)
tree739098c41dc451df820960a2e32e87aca7c32330
parentb7f410905518945e43c7748a7564397b6940d4fb (diff)
downloadillumos-kvm-44e36b44952cd42cd65e3b90912c3922fb7955c2.tar.gz
HVM-600 README.md should mention the devfsadm link
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 76cc12e..edd3fe8 100644
--- a/README.md
+++ b/README.md
@@ -102,17 +102,22 @@ attach.
### Required binaries
-There are two mandatory artifacts to install, and one optional component:
+There are two mandatory artifacts to install, and two optional component:
* `kvm` is the driver itself
* `kvm.conf` is the driver configuration file
* `kvm.so` is the mdb module
+* `JOY_kvm_link.so` is the devfsadm plugin
On the target machine, place `kvm` in `/kernel/drv/amd64` and `kvm.conf`
-in `/kernel/drv` then:
+in `/kernel/drv`. Place `JOY_kvm_link.so` in `/usr/lib/devfsadm/linkmod` then:
# add_drv kvm
- # ln -s /devices/pseudo/kvm@0:kvm /dev/kvm
+
+You can verify that the driver installed and attached properly by checking for
+its presence in /dev.
+
+ # ls -l /dev/kvm
Running illumos-kvm
-------------------