From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 00/15] interrupt injection rework Date: Tue, 14 Apr 2009 08:20:41 +0300 Message-ID: <20090414052041.GR25543@redhat.com> References: <1239616545-25199-1-git-send-email-gleb@redhat.com> <49E3275F.9080904@redhat.com> <200904141120.05244.sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, joerg.roedel@amd.com To: Sheng Yang Return-path: Received: from mx2.redhat.com ([66.187.237.31]:39488 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbZDNFUx (ORCPT ); Tue, 14 Apr 2009 01:20:53 -0400 Content-Disposition: inline In-Reply-To: <200904141120.05244.sheng@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Apr 14, 2009 at 11:20:04AM +0800, Sheng Yang wrote: > On Monday 13 April 2009 19:51:59 Avi Kivity wrote: > > Gleb Natapov wrote: > > > Hi, > > > > > > This patch series aims to consolidate IRQ injection code for in kernel > > > IRQ chip and userspace one. Also to move IRQ injection logic from > > > SVM/VMX specific code to x86.c. > > > > Very nice patchset, removes code, consolidates functionality, and fixes > > bugs. > > > > Joerg and Sheng, please give this a thorough review. > > Looks fine on my side, and indeed a nice patchset! But you may need > ./script/checkpatch.pl to clean up style problems. :) > Oh damn, I always forget this part. -- Gleb.