From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoTXR-0004Gi-Nj for qemu-devel@nongnu.org; Tue, 10 Jul 2012 02:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoTXQ-0006TV-3m for qemu-devel@nongnu.org; Tue, 10 Jul 2012 02:03:09 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:52010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoTXP-0006TR-TT for qemu-devel@nongnu.org; Tue, 10 Jul 2012 02:03:08 -0400 Message-ID: <4FFBC598.1030501@weilnetz.de> Date: Tue, 10 Jul 2012 08:03:04 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1341898880-15080-1-git-send-email-sw@weilnetz.de> <4FFBC50E.7070605@suse.de> In-Reply-To: <4FFBC50E.7070605@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] megasas: Fix compilation for 32 bit hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke Cc: Stefan Weil , Anthony Liguori , qemu-devel@nongnu.org, Alexander Graf , Paolo Bonzini Am 10.07.2012 08:00, schrieb Hannes Reinecke: > Hi Stefan, > > you might've seen that Anthony objected to this in general. > Apparently I'm not allowed to use the instance address to seed the > SAS address. > > So yes, your fix is valid, but might be pointless as I might have to > re-do this section anyway. > But wait and see what Anthony has to say here. > > Cheers, > > Hannes There remains an additional problem with megasas_dcmd_dump_frame because it takes too many arguments. Builds with the simple trace backend fail. Cheers, Stefan