From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvx21-0007WH-9r for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qvx20-0005Lb-7U for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:53:05 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:46703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvx20-0005LX-1c for qemu-devel@nongnu.org; Tue, 23 Aug 2011 15:53:04 -0400 Received: by fxbb27 with SMTP id b27so551681fxb.4 for ; Tue, 23 Aug 2011 12:53:03 -0700 (PDT) Date: Tue, 23 Aug 2011 21:52:59 +0200 From: "Edgar E. Iglesias" Message-ID: <20110823195259.GD32250@zapo> References: <1314123872-16843-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1314123872-16843-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH] hw/omap_gpmc: Don't try to map CS0 twice on reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , patches@linaro.org, qemu-devel@nongnu.org, Avi Kivity On Tue, Aug 23, 2011 at 07:24:32PM +0100, Peter Maydell wrote: > Remove a spurious second map of the OMAP GPMC CS0 region on reset. > This fixes an assertion failure when we try to add the region to > its container when it was already added. (The old code did not > complain about mismatched map/unmap calls, but the new MemoryRegion > implementation does.) > > Signed-off-by: Peter Maydell Applied, thanks. Cheers