From 44e36b44952cd42cd65e3b90912c3922fb7955c2 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Sat, 13 Aug 2011 17:23:00 +0000 Subject: HVM-600 README.md should mention the devfsadm link --- README.md | 11 ++++++++--- 1 file 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 ------------------- -- cgit v1.2.3