From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Arcangeli Subject: Re: [PATCH] fix -no-kvm-irqchip regression Date: Thu, 14 Aug 2008 14:34:17 +0200 Message-ID: <20080814123417.GA11761@duo.random> References: <4881A93E.5050402@web.de> <488396BE.9090909@web.de> <4885B8AA.50105@qumranet.com> <48A295B2.3060501@web.de> <20080813234045.GK26466@duo.random> <48A3EA99.1000107@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kiszka , kvm-devel To: Avi Kivity Return-path: Received: from host36-195-149-62.serverdedicati.aruba.it ([62.149.195.36]:56654 "EHLO mx.cpushare.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752171AbYHNMeS (ORCPT ); Thu, 14 Aug 2008 08:34:18 -0400 Content-Disposition: inline In-Reply-To: <48A3EA99.1000107@qumranet.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Aug 14, 2008 at 11:19:37AM +0300, Avi Kivity wrote: > I don't like the usage of idt_vectoring_info; so I've switched the > !irqchip_in_kernel path to use the interrupt queue. Attached patch boots > Windows XP ACPI here. > > Will push it out once it passes regression testing. Works well in my testing too, thanks!