From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhqUS-0006bL-Hm for qemu-devel@nongnu.org; Mon, 02 Jan 2012 17:36:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhqUR-0000zh-0I for qemu-devel@nongnu.org; Mon, 02 Jan 2012 17:36:24 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:48342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhqUQ-0000za-QE for qemu-devel@nongnu.org; Mon, 02 Jan 2012 17:36:22 -0500 Received: by iagj37 with SMTP id j37so34676044iag.4 for ; Mon, 02 Jan 2012 14:36:22 -0800 (PST) Sender: Richard Henderson Message-ID: <4F02315E.5090702@twiddle.net> Date: Tue, 03 Jan 2012 09:36:14 +1100 From: Richard Henderson MIME-Version: 1.0 References: <1325522015-503-1-git-send-email-avi@redhat.com> In-Reply-To: <1325522015-503-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/16] Kill old-style I/O dispatch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 01/03/2012 03:33 AM, Avi Kivity wrote: > Avi Kivity (16): > memory: move endianness compensation to memory core > exec: make phys_page_find() return a temporary > memory: move mmio access to functions > memory: remove MemoryRegion::backend_registered > Fix wrong region_offset when overlaying a page with another > Avoid range comparisons on io index types > Uninline get_page_addr_code() > Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions > Switch cpu_register_physical_memory_log() to use MemoryRegions > Convert the subpage wrapper to be a MemoryRegion > Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion > Convert io_mem_watch to be a MemoryRegion > Direct dispatch through MemoryRegion > Remove IO_MEM_SUBPAGE > Drop IO_MEM_ROMD > Remove IO_MEM_SHIFT Reviewed-by: Richard Henderson Yaye! After this a relatively small patch will enable full 64-bit I/O. r~