From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDalw-0000Z8-5R for qemu-devel@nongnu.org; Tue, 01 May 2018 15:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDalr-0001gR-AV for qemu-devel@nongnu.org; Tue, 01 May 2018 15:17:08 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:38106) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDalr-0001gA-1q for qemu-devel@nongnu.org; Tue, 01 May 2018 15:17:03 -0400 Received: by mail-pf0-x243.google.com with SMTP id o76so9751329pfi.5 for ; Tue, 01 May 2018 12:17:02 -0700 (PDT) References: <20180427173611.10281-1-peter.maydell@linaro.org> <20180427173611.10281-2-peter.maydell@linaro.org> From: Richard Henderson Message-ID: <61fc82c2-2b86-db56-7029-608082b92a36@linaro.org> Date: Tue, 1 May 2018 12:16:58 -0700 MIME-Version: 1.0 In-Reply-To: <20180427173611.10281-2-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] hw/usb/tusb6010: Convert away from old_mmio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: patches@linaro.org On 04/27/2018 10:36 AM, Peter Maydell wrote: > Convert the tusb6010 device away from using the old_mmio field > of MemoryRegionOps. This device is used only in the n800 and n810 > boards. > > Signed-off-by: Peter Maydell > --- > hw/usb/tusb6010.c | 40 ++++++++++++++++++++++++++++++++++++---- > 1 file changed, 36 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~