diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-08-13 17:23:00 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-08-13 17:23:00 +0000 |
commit | 44e36b44952cd42cd65e3b90912c3922fb7955c2 (patch) | |
tree | 739098c41dc451df820960a2e32e87aca7c32330 | |
parent | b7f410905518945e43c7748a7564397b6940d4fb (diff) | |
download | illumos-kvm-44e36b44952cd42cd65e3b90912c3922fb7955c2.tar.gz |
HVM-600 README.md should mention the devfsadm link
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 ------------------- |