From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se4sO-0006Mf-7T for qemu-devel@nongnu.org; Mon, 11 Jun 2012 09:41:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Se4sI-0007Rv-01 for qemu-devel@nongnu.org; Mon, 11 Jun 2012 09:41:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Se4sH-0007RW-Nd for qemu-devel@nongnu.org; Mon, 11 Jun 2012 09:41:41 -0400 Message-ID: <4FD5F589.2080205@redhat.com> Date: Mon, 11 Jun 2012 15:41:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <7ceb9277-7b55-4105-be93-ec8acb7cf1fe@zmail13.collab.prod.int.phx2.redhat.com> <4FD5EFDC.8050709@us.ibm.com> In-Reply-To: <4FD5EFDC.8050709@us.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] QOMification of AXI stream List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Michal Simek , "qemu-devel@nongnu.org Developers" , Peter Crosthwaite , Paul Brook , "Edgar E. Iglesias" , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , John Williams Il 11/06/2012 15:17, Anthony Liguori ha scritto: >>>> >> >> I think AXI counts as a point-to-point link, so no bus. >> >> In my prop-ptr branch you can find some code (untested beyond >> compilation) >> that tried to model AXI using interfaces >> (git://github.com/pbonzini/qemu.git). > > s/pbonzini/bonzini/g, right? Yes. > And I don't see a prop-ptr branch. Did you forget to push? "git push" says "Everything up-to-date", and github web interface agrees: https://github.com/bonzini/qemu/commits/prop-ptr Paolo