diff options
author | Josh Wilsdon <jwilsdon@joyent.com> | 2010-08-30 17:35:48 -0700 |
---|---|---|
committer | Josh Wilsdon <jwilsdon@joyent.com> | 2010-08-30 17:35:48 -0700 |
commit | 53bf4549806ba2a7759e1b52a1be84e9c4fec289 (patch) | |
tree | 6b47339267caea2ae5f390b31988d7d0fe291186 /kvm.conf | |
download | illumos-kvm-53bf4549806ba2a7759e1b52a1be84e9c4fec289.tar.gz |
Inital version based on the 'dummy' driver in the 'Device Driver Tutorial' from Sun/Oracle.
Diffstat (limited to 'kvm.conf')
-rw-r--r-- | kvm.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm.conf b/kvm.conf new file mode 100644 index 0000000..51b153e --- /dev/null +++ b/kvm.conf @@ -0,0 +1 @@ +name="kvm" parent="pseudo" instance=0; |