commit | bbe4432e669ab94fc8059e7ab878cafad7b8d123 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Mar 04 13:27:36 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:22 2007 +0300 |
tree | 86a0c878e232a5bcf6978165d0d5a482a22f3a62 | |
parent | 510043da8582ad49d22a1e9a6b211e6ede10cd2e [diff] [blame] |
KVM: Use own minor number Use the minor number (232) allocated to kvm by lanana. Signed-off-by: Avi Kivity <avi@qumranet.com>
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 326da7d..dff9ea3 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h
@@ -29,6 +29,7 @@ #define TUN_MINOR 200 #define HPET_MINOR 228 +#define KVM_MINOR 232 struct device;