From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjPOS-0000MH-72 for qemu-devel@nongnu.org; Wed, 29 Oct 2014 05:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjPOJ-0000OC-2k for qemu-devel@nongnu.org; Wed, 29 Oct 2014 05:18:16 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:33558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjPOI-0000O1-SY for qemu-devel@nongnu.org; Wed, 29 Oct 2014 05:18:07 -0400 Received: by mail-wi0-f170.google.com with SMTP id q5so983399wiv.5 for ; Wed, 29 Oct 2014 02:18:06 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5450B0CA.5090207@redhat.com> Date: Wed, 29 Oct 2014 10:18:02 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1414569232-21357-1-git-send-email-hare@suse.de> In-Reply-To: <1414569232-21357-1-git-send-email-hare@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/17] megasas: gen2 emulation and MSI-X fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke , qemu-devel@nongnu.org Cc: Kevin Wolf , Alexander Graf , Nic Bellinger , Stefan Hajnoczi , Andreas Faerber On 10/29/2014 08:53 AM, Hannes Reinecke wrote: > Hi all, > > here is an update to the megasas emulation. It adds a new emulation > type (called 'megasas-gen2'), which emulates a newer (PCIe-based) > version of the MegaRAID HBA. As this hardware does MSI-X I've also > fixed up MSI-X support for the megasas emulation. > With these patches Win7 and Linux boot happily with MSI-X. > Additionally I've found some issues in the ahci and atapi code > which prevented OVMF/DUET from booting. Looks good, apart from patches 4 and 5 and a minor issue in patch 12. Patches 1 and 2 need to go through the IDE maintainers (CCed). What would happen if I took patches 3 and 6-17 alone through the SCSI tree?... Paolo