From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 1/1] KVM: Fix incorrect KVM_USERSPACE_IRQ_SOURCE_ID Date: Thu, 23 Oct 2008 14:59:31 +0800 Message-ID: <1224745171-22766-1-git-send-email-sheng@linux.intel.com> Cc: kvm@vger.kernel.org, Sheng Yang , Xiantao Zhang To: Avi Kivity Return-path: Received: from mga01.intel.com ([192.55.52.88]:46779 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751079AbYJWHAs (ORCPT ); Thu, 23 Oct 2008 03:00:48 -0400 Sender: kvm-owner@vger.kernel.org List-ID: (When I am curious how this have been fixed without any patch, I just saw the add-on fix is from Xiantao, and was reverted along with the other part of that patch...) Signed-off-by: Sheng Yang Signed-off-by: Xiantao Zhang --- include/linux/kvm_host.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 1658228..bb92be2 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -37,7 +37,7 @@ #define KVM_REQ_UNHALT 6 #define KVM_REQ_MMU_SYNC 7 -#define KVM_USERSPACE_IRQ_SOURCE_ID (1 << 0) +#define KVM_USERSPACE_IRQ_SOURCE_ID 0 struct kvm_vcpu; extern struct kmem_cache *kvm_vcpu_cache; -- 1.5.4.5