From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QytgE-0006b1-Fm for qemu-devel@nongnu.org; Wed, 31 Aug 2011 18:54:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QytgD-0001h9-M1 for qemu-devel@nongnu.org; Wed, 31 Aug 2011 18:54:46 -0400 Received: from mail.serverraum.org ([78.47.150.89]:49136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QytgD-0001gy-Ew for qemu-devel@nongnu.org; Wed, 31 Aug 2011 18:54:45 -0400 From: Michael Walle Date: Thu, 1 Sep 2011 00:54:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201109010054.53424.michael@walle.cc> Subject: [Qemu-devel] new memory api: offsets? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity , qemu-devel@nongnu.org Hi Avi, while debugging, i noticed, that mr->offset is never set, expect in the initializer. (The subregion collision warning is printed although the regions are not overlapping.) Is this intended? btw. you may include the memory region name in the warning. -- Michael