From 93880d5bd1fd9de948c3a938feace44284eda022 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Thu, 1 Mar 2007 16:47:06 +0200 Subject: [PATCH] --- yaml --- r: 54063 b: refs/heads/master c: 2a4dac3952468157297b81ae0a29815c02ead179 h: refs/heads/master i: 54061: db2d806a676e78e8bfbd7d22a688632e9e0e41b8 54059: 503aafcfad56e4e34c0b74d79b1c51c564450a01 54055: 2bd2e69db88d106cdd3f9d455b9c205ca10e6e67 54047: 624d9a164e1900019e652961169766c51a971962 v: v3 --- [refs] | 2 +- trunk/include/linux/kvm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 624f0cbeb851..12686d97ac48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 106b552b43beac2694df5fbafc8f125a72df5f65 +refs/heads/master: 2a4dac3952468157297b81ae0a29815c02ead179 diff --git a/trunk/include/linux/kvm.h b/trunk/include/linux/kvm.h index c6dd4a79b74b..d89189a81aba 100644 --- a/trunk/include/linux/kvm.h +++ b/trunk/include/linux/kvm.h @@ -241,7 +241,7 @@ struct kvm_cpuid { * KVM_CREATE_VCPU receives as a parameter the vcpu slot, and returns * a vcpu fd. */ -#define KVM_CREATE_VCPU _IOW(KVMIO, 11, int) +#define KVM_CREATE_VCPU _IO(KVMIO, 11) #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 12, struct kvm_dirty_log) /*