From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoTvR-0000Oh-PS for qemu-devel@nongnu.org; Mon, 17 Jun 2013 03:32:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoTvO-0001n2-PF for qemu-devel@nongnu.org; Mon, 17 Jun 2013 03:32:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoTvO-0001mb-FZ for qemu-devel@nongnu.org; Mon, 17 Jun 2013 03:32:26 -0400 Message-ID: <51BEBB83.7050207@redhat.com> Date: Mon, 17 Jun 2013 09:32:19 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1370713446-9460-1-git-send-email-hpoussin@reactos.org> <51BE01D3.1050709@reactos.org> In-Reply-To: <51BE01D3.1050709@reactos.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/8] memory: remove old_portio usage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: Jan Kiszka , qemu-devel@nongnu.org Il 16/06/2013 20:20, Herv=C3=A9 Poussineau ha scritto: > Herv=C3=A9 Poussineau a =C3=A9crit : >> These proposed patches aim at removing the .old_portio member of >> MemoryRegionOps structure, and replacing their usage by .read/.write >> handlers. >=20 > Ping. Jan has patches that do something similar, so I was hoping he'd look at i= t. Jan, are you back from vacation? :) Paolo