From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduard - Gabriel Munteanu Subject: [RFC PATCH 4/7] sparc: rename hw/iommu.c Date: Tue, 30 Mar 2010 11:20:05 +0300 Message-ID: References: Cc: aliguori@us.ibm.com, avi@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, Eduard - Gabriel Munteanu To: joro@8bytes.org Return-path: Received: from mail-bw0-f209.google.com ([209.85.218.209]:64981 "EHLO mail-bw0-f209.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755817Ab0C3IU1 (ORCPT ); Tue, 30 Mar 2010 04:20:27 -0400 Received: by mail-bw0-f209.google.com with SMTP id 1so4153659bwz.21 for ; Tue, 30 Mar 2010 01:20:27 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: hw/iommu.c concerns the SPARC IOMMU. However we intend to implement the AMD IOMMU, which could lead to confusion unless we rename the former. Signed-off-by: Eduard - Gabriel Munteanu --- Makefile.target | 2 +- hw/{iommu.c => sparc_iommu.c} | 0 hw/sun4m.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename hw/{iommu.c => sparc_iommu.c} (100%) diff --git a/Makefile.target b/Makefile.target index 4d88543..cbe19a6 100644 --- a/Makefile.target +++ b/Makefile.target @@ -305,7 +305,7 @@ obj-sparc-y += vga.o vga-pci.o obj-sparc-y += fdc.o mc146818rtc.o serial.o obj-sparc-y += cirrus_vga.o parallel.o else -obj-sparc-y = sun4m.o lance.o tcx.o iommu.o slavio_intctl.o +obj-sparc-y = sun4m.o lance.o tcx.o sparc_iommu.o slavio_intctl.o obj-sparc-y += slavio_timer.o slavio_misc.o fdc.o sparc32_dma.o obj-sparc-y += cs4231.o eccmemctl.o sbi.o sun4c_intctl.o endif diff --git a/hw/iommu.c b/hw/sparc_iommu.c similarity index 100% rename from hw/iommu.c rename to hw/sparc_iommu.c diff --git a/hw/sun4m.h b/hw/sun4m.h index ce97ee5..5007924 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -5,7 +5,7 @@ /* Devices used by sparc32 system. */ -/* iommu.c */ +/* sparc_iommu.c */ void sparc_iommu_memory_rw(void *opaque, target_phys_addr_t addr, uint8_t *buf, int len, int is_write); static inline void sparc_iommu_memory_read(void *opaque, -- 1.6.4.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwWgf-0003Nw-Oq for qemu-devel@nongnu.org; Tue, 30 Mar 2010 04:20:37 -0400 Received: from [140.186.70.92] (port=40401 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwWgd-0003MS-J7 for qemu-devel@nongnu.org; Tue, 30 Mar 2010 04:20:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwWgX-000494-5X for qemu-devel@nongnu.org; Tue, 30 Mar 2010 04:20:35 -0400 Received: from mail-bw0-f218.google.com ([209.85.218.218]:34484) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwWgW-00048Z-Ut for qemu-devel@nongnu.org; Tue, 30 Mar 2010 04:20:29 -0400 Received: by bwz10 with SMTP id 10so14273985bwz.2 for ; Tue, 30 Mar 2010 01:20:27 -0700 (PDT) Sender: Eduard - Gabriel Munteanu From: Eduard - Gabriel Munteanu Date: Tue, 30 Mar 2010 11:20:05 +0300 Message-Id: In-Reply-To: References: Subject: [Qemu-devel] [RFC PATCH 4/7] sparc: rename hw/iommu.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: joro@8bytes.org Cc: aliguori@us.ibm.com, Eduard - Gabriel Munteanu , avi@redhat.com, kvm@vger.kernel.org, qemu-devel@nongnu.org hw/iommu.c concerns the SPARC IOMMU. However we intend to implement the AMD IOMMU, which could lead to confusion unless we rename the former. Signed-off-by: Eduard - Gabriel Munteanu --- Makefile.target | 2 +- hw/{iommu.c => sparc_iommu.c} | 0 hw/sun4m.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename hw/{iommu.c => sparc_iommu.c} (100%) diff --git a/Makefile.target b/Makefile.target index 4d88543..cbe19a6 100644 --- a/Makefile.target +++ b/Makefile.target @@ -305,7 +305,7 @@ obj-sparc-y += vga.o vga-pci.o obj-sparc-y += fdc.o mc146818rtc.o serial.o obj-sparc-y += cirrus_vga.o parallel.o else -obj-sparc-y = sun4m.o lance.o tcx.o iommu.o slavio_intctl.o +obj-sparc-y = sun4m.o lance.o tcx.o sparc_iommu.o slavio_intctl.o obj-sparc-y += slavio_timer.o slavio_misc.o fdc.o sparc32_dma.o obj-sparc-y += cs4231.o eccmemctl.o sbi.o sun4c_intctl.o endif diff --git a/hw/iommu.c b/hw/sparc_iommu.c similarity index 100% rename from hw/iommu.c rename to hw/sparc_iommu.c diff --git a/hw/sun4m.h b/hw/sun4m.h index ce97ee5..5007924 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -5,7 +5,7 @@ /* Devices used by sparc32 system. */ -/* iommu.c */ +/* sparc_iommu.c */ void sparc_iommu_memory_rw(void *opaque, target_phys_addr_t addr, uint8_t *buf, int len, int is_write); static inline void sparc_iommu_memory_read(void *opaque, -- 1.6.4.4