From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH uq/master] kvm: Rename irqchip_inject_ioctl to irq_set_ioctl Date: Fri, 24 Aug 2012 12:04:21 -0300 Message-ID: <20120824150421.GG13206@amt.cnet> References: <503766D7.4050602@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Peter Maydell , Avi Kivity , kvm , qemu-devel To: Jan Kiszka Return-path: Content-Disposition: inline In-Reply-To: <503766D7.4050602@siemens.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On Fri, Aug 24, 2012 at 01:34:47PM +0200, Jan Kiszka wrote: > This variable is no longer bound to irqchip, and the IOCTL sets the IRQ > level, does not directly inject it. No functional changes. > > Signed-off-by: Jan Kiszka > --- > kvm-all.c | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) Applied, thanks.