From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8MVs-0002l0-7O for qemu-devel@nongnu.org; Tue, 06 Jan 2015 00:17:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8MVp-0003tg-1w for qemu-devel@nongnu.org; Tue, 06 Jan 2015 00:17:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8MVo-0003sj-QW for qemu-devel@nongnu.org; Tue, 06 Jan 2015 00:17:00 -0500 Message-ID: <54AB6FC7.2050408@redhat.com> Date: Tue, 06 Jan 2015 13:16:55 +0800 From: Jason Wang MIME-Version: 1.0 References: <1420511101-8352-1-git-send-email-sfeldma@gmail.com> <1420511101-8352-6-git-send-email-sfeldma@gmail.com> In-Reply-To: <1420511101-8352-6-git-send-email-sfeldma@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 04/10] rocker: add register programming guide List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sfeldma@gmail.com, qemu-devel@nongnu.org, jiri@resnulli.us, roopa@cumulusnetworks.com, john.fastabend@gmail.com, eblake@redhat.com On 01/06/2015 10:24 AM, sfeldma@gmail.com wrote: > From: Scott Feldman > > This is the register programming guide for the Rocker device. It's intended > for driver writers and device writers. It covers the device's PCI space, > the register set, DMA interface, and interrupts. > > Signed-off-by: Scott Feldman > Signed-off-by: Jiri Pirko > --- > hw/net/rocker/reg_guide.txt | 961 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 961 insertions(+) > create mode 100644 hw/net/rocker/reg_guide.txt Looks like docs/specs is a better place for this. And do you want to keep this spec officially in qemu.git? I'm asking since if there's another place to keep the official version, you may do a lot of syncs in the future.