From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzcHY-0004T4-9o for qemu-devel@nongnu.org; Mon, 20 Feb 2012 18:04:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzcHX-0008TJ-6b for qemu-devel@nongnu.org; Mon, 20 Feb 2012 18:04:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzcHW-0008T2-VB for qemu-devel@nongnu.org; Mon, 20 Feb 2012 18:04:31 -0500 Date: Tue, 21 Feb 2012 01:04:33 +0200 From: "Michael S. Tsirkin" Message-ID: <20120220230433.GB22036@redhat.com> References: <1329750669-14544-1-git-send-email-hare@suse.de> <6A9F3A5B-5A62-4FA6-99D6-01A63A61A389@suse.de> <4F4263B9.7020307@suse.de> <301EB351-824A-4BBC-B6C6-28FE830536F7@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <301EB351-824A-4BBC-B6C6-28FE830536F7@suse.de> Subject: Re: [Qemu-devel] [PATCH][v13] megasas: LSI Megaraid SAS HBA emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Gerhard Wiesinger , Hannes Reinecke , Andreas Faerber , qemu-devel qemu-devel On Mon, Feb 20, 2012 at 04:17:05PM +0100, Alexander Graf wrote: > > On 20.02.2012, at 16:16, Hannes Reinecke wrote: > > > On 02/20/2012 04:13 PM, Alexander Graf wrote: > >> > >> On 20.02.2012, at 16:11, Hannes Reinecke wrote: > >> > >>> This patch adds an emulation for the LSI Megaraid SAS 8708EM2 HBA. > >>> I've tested it to work with Linux, Windows Vista, and Windows7. > >>> > >>> Changes since v12: > >>> - Fixup flag setting via properties > >>> - Disable MSI-X per default > >>> - Fixup MSI-X handling > >> > >> If MSI-X works again, why disable it? :o Does it break in other cases? > >> > > It doesn't. No idea why. > > That's why I disabled it :-) > > > > The MSI-X vector is signalled, but nothing on the OS side appear to > > receive it. > > If you got any idea on how to debug it I'm all ears ... > > Michael, any ideas? IIRC MSI-X used to work in earlier versions, so something recent must've broken it. > > > Alex Hmm, there were's any recent changes I'm aware of. Try to check that MSIX vector as qemu sees it matches the value that the guest set. If using kvm, compare against kernel as well. Endian-ness issue somehow? Are you testing on x86? -- MST