From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq7dw-00032f-6S for qemu-devel@nongnu.org; Fri, 21 Jun 2013 16:09:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq7du-0007Vb-CD for qemu-devel@nongnu.org; Fri, 21 Jun 2013 16:09:12 -0400 Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:42087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq7du-0007VV-5v for qemu-devel@nongnu.org; Fri, 21 Jun 2013 16:09:10 -0400 Received: by mail-ee0-f47.google.com with SMTP id e49so4727559eek.6 for ; Fri, 21 Jun 2013 13:09:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51C4B2E1.8000302@redhat.com> Date: Fri, 21 Jun 2013 22:09:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/13] Refactor portio dispatching List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Liu Ping Fan , malc , qemu-devel , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 21/06/2013 18:41, Jan Kiszka ha scritto: > First, this series converts the remaining users of register_ioport* to > portio lists. Then it replaces the current portio dispatcher with the > existing one for MMIO and removes several lines of code. This also allows > to build BQL-free portio on top once we enhance the memory layer > accordingly. > > Changes in v2: > - rebased over master (which already contains some patches from v1) > - refactored PIO dispatching according to Paolo's suggestions Patches 1-12 are fine. For patch 13, perhaps you could instead move MemoryRegionPortio to ioport.h and remove all mention of ports from memory.h? Paolo