From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfUUd-0003k1-BX for qemu-devel@nongnu.org; Fri, 15 Jun 2012 07:15:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfUUb-0004x1-Nv for qemu-devel@nongnu.org; Fri, 15 Jun 2012 07:15:06 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:34146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfUUb-0004sw-DT for qemu-devel@nongnu.org; Fri, 15 Jun 2012 07:15:05 -0400 Received: by lbok6 with SMTP id k6so3065829lbo.4 for ; Fri, 15 Jun 2012 04:15:03 -0700 (PDT) Date: Fri, 15 Jun 2012 13:14:59 +0200 From: "Edgar E. Iglesias" Message-ID: <20120615111459.GB7617@edde.se.axis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 00/11] Xilinx Devs: refactored device and property names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Peter A. G. Crosthwaite" Cc: monstr@monstr.eu, qemu-devel@nongnu.org, john.williams@petalogix.com On Wed, Jun 13, 2012 at 02:46:40PM +1000, Peter A. G. Crosthwaite wrote: > Refactored the device and property names of the Xilinx IP models to match those used by Xilinx in their tools. > > This lays the groundwork for creating Xilinx IP machines from Xilinx generated sources (using -readconfig or -device arguments or dtb driven machine creation) without having to provide a translation layer to change from Xilinx names to QEMU names. > Applied all, thanks Peter. > Peter A. G. Crosthwaite (11): > xilinx_uartlite: changed device name > xilinx_timer: added default frequency > xilinx_timer: changed nr_timers to one_timer_only > xilinx_timer: changed device name > xilinx_intc: changed device name > xilinx_ethlite: tweaked naming of ping-pong props > xilinx_ethlite: changed device name > xilinx_axienet: droped the c_ on parameters > xilinx_axienet: changed device name > xilinx_axidma: (un)reversed irq initialisation > xilinx_axidma: changed device name > > hw/petalogix_ml605_mmu.c | 2 +- > hw/petalogix_s3adsp1800_mmu.c | 4 ++-- > hw/virtex_ml507.c | 2 +- > hw/xilinx.h | 30 +++++++++++++++--------------- > hw/xilinx_axidma.c | 6 +++--- > hw/xilinx_axienet.c | 6 +++--- > hw/xilinx_ethlite.c | 9 +++++---- > hw/xilinx_intc.c | 4 ++-- > hw/xilinx_timer.c | 23 ++++++++++++++--------- > hw/xilinx_uartlite.c | 5 +++-- > 10 files changed, 49 insertions(+), 42 deletions(-) > > -- > 1.7.3.2 >