From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 09/10] KVM: Update intr delivery func to accept unsigned long* bitmap Date: Wed, 7 Jan 2009 22:38:04 -0200 Message-ID: <20090108003804.GA18661@amt.cnet> References: <1231324966-22286-1-git-send-email-sheng@linux.intel.com> <1231324966-22286-10-git-send-email-sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Sheng Yang Return-path: Received: from mx2.redhat.com ([66.187.237.31]:34436 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756511AbZAHAiT (ORCPT ); Wed, 7 Jan 2009 19:38:19 -0500 Content-Disposition: inline In-Reply-To: <1231324966-22286-10-git-send-email-sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Better separate the bitmap patches from this series to ease merging of the MSI changes. On Wed, Jan 07, 2009 at 06:42:45PM +0800, Sheng Yang wrote: > Would be used with bit ops, and would be easily extended if KVM_MAX_VCPUS is > increased. > > Signed-off-by: Sheng Yang > --- > arch/x86/kvm/lapic.c | 8 ++++---- > include/linux/kvm_host.h | 2 +- > virt/kvm/ioapic.c | 4 ++-- > virt/kvm/ioapic.h | 4 ++-- > virt/kvm/irq_comm.c | 6 +++--- > 5 files changed, 12 insertions(+), 12 deletions(-)