From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkG3H-0007Ka-JK for qemu-devel@nongnu.org; Fri, 31 Oct 2014 13:32:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkG3B-0001Bl-CJ for qemu-devel@nongnu.org; Fri, 31 Oct 2014 13:31:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkG3B-0001BN-5f for qemu-devel@nongnu.org; Fri, 31 Oct 2014 13:31:49 -0400 Message-ID: <5453C77D.3050805@redhat.com> Date: Fri, 31 Oct 2014 18:31:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1414584016-25888-1-git-send-email-hare@suse.de> <1414584016-25888-6-git-send-email-hare@suse.de> <5453C226.5010307@redhat.com> <5453C750.4050700@suse.de> In-Reply-To: <5453C750.4050700@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/13] megasas: add MegaRAID SAS 2108 emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke , qemu-devel@nongnu.org Cc: Andreas Faerber , Nic Bellinger , Alexander Graf On 31/10/2014 18:30, Hannes Reinecke wrote: >>> The 2108 chip supports MSI and MSI-X, so update the emulation >>> to support both chips. >> >> Is it expected that it doesn't work with latest SeaBIOS? > > Not expected, but apparently this is the case. > I'll be updating SeaBIOS once the patches are in qemu. It works with RHEL6, so I went ahead and sent a pull request. Paolo