From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SefKr-0005F1-ER for qemu-devel@nongnu.org; Wed, 13 Jun 2012 00:37:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SefKp-0007vC-Ee for qemu-devel@nongnu.org; Wed, 13 Jun 2012 00:37:37 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:42162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SefKp-0007uz-97 for qemu-devel@nongnu.org; Wed, 13 Jun 2012 00:37:35 -0400 Received: by pbbro12 with SMTP id ro12so1836767pbb.4 for ; Tue, 12 Jun 2012 21:37:31 -0700 (PDT) From: "Peter A. G. Crosthwaite" Date: Wed, 13 Jun 2012 14:46:40 +1000 Message-Id: Subject: [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: edgar.iglesias@gmail.com, qemu-devel@nongnu.org Cc: peter.crosthwaite@petalogix.com, monstr@monstr.eu, john.williams@petalogix.com 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. 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