From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiQMP-0005CW-Nz for qemu-devel@nongnu.org; Tue, 22 Mar 2016 13:44:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiQML-0007my-Ku for qemu-devel@nongnu.org; Tue, 22 Mar 2016 13:44:53 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:32892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiQML-0007mr-Cz for qemu-devel@nongnu.org; Tue, 22 Mar 2016 13:44:49 -0400 Received: by mail-wm0-x22d.google.com with SMTP id l68so203035431wml.0 for ; Tue, 22 Mar 2016 10:44:49 -0700 (PDT) References: From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Tue, 22 Mar 2016 17:44:46 +0000 Message-ID: <871t72s8z5.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v5 00/15] data-driven device registers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org, qemu-devel@nongnu.org, crosthwaitepeter@gmail.com, edgar.iglesias@gmail.com, afaerber@suse.de, fred.konrad@greensocs.com Alistair Francis writes: > This patch series is based on Peter C's original register API. His > original cover letter is below. > > Future work: Allow support for memory attributes. > > V5: > - Only create a single memory region instead of a memory region for > each register > - General tidyups based on Alex's comments OK I'm done for now, not much point going over the actual device definitions while still nailing the API down. I think we are almost there though, hopefully one more iteration for the core API. -- Alex Bennée