From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm-x86: consider the irq0override flag in kvm_arch_init_irq_routing Date: Wed, 29 Sep 2010 17:36:08 -0300 Message-ID: <20100929203608.GA30404@amt.cnet> References: <1284472300-4211-1-git-send-email-bernhard.kohl@nsn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Bernhard Kohl Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58161 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752843Ab0I3FFF (ORCPT ); Thu, 30 Sep 2010 01:05:05 -0400 Content-Disposition: inline In-Reply-To: <1284472300-4211-1-git-send-email-bernhard.kohl@nsn.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 14, 2010 at 03:51:40PM +0200, Bernhard Kohl wrote: > The setting of the irq0override flag must be also passed properly > to the KVM_IRQCHIP_IOAPIC. > > Signed-off-by: Bernhard Kohl > --- > qemu-kvm-x86.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks.