From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQKxv-00011x-K6 for qemu-devel@nongnu.org; Thu, 11 Apr 2013 13:07:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQKxs-0007IE-EB for qemu-devel@nongnu.org; Thu, 11 Apr 2013 13:07:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQKxs-0007I6-6m for qemu-devel@nongnu.org; Thu, 11 Apr 2013 13:07:12 -0400 Date: Thu, 11 Apr 2013 20:07:08 +0300 From: "Michael S. Tsirkin" Message-ID: <20130411170708.GB23301@redhat.com> References: <1365696633-30727-1-git-send-email-pbonzini@redhat.com> <1365696633-30727-13-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 12/12] hw: move memory API to hw/core List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , qemu-devel@nongnu.org On Thu, Apr 11, 2013 at 05:28:35PM +0100, Peter Maydell wrote: > On 11 April 2013 17:10, Paolo Bonzini wrote: > > Signed-off-by: Paolo Bonzini > > This doesn't look right. The MemoryRegion system isn't > hw-specific, it's a part of the basic QEMU emulation > system which provides functionality to hw/ and other > things (like cputlb.c). > > -- PMM I had the same thought.