From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgRfy-0006tf-8m for qemu-devel@nongnu.org; Mon, 28 Sep 2015 02:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgRfv-0007Cl-2i for qemu-devel@nongnu.org; Mon, 28 Sep 2015 02:12:38 -0400 Received: from mail-bn1bbn0100.outbound.protection.outlook.com ([157.56.111.100]:16672 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgRfu-0007Br-U9 for qemu-devel@nongnu.org; Mon, 28 Sep 2015 02:12:35 -0400 From: Sai Pavan Boddu Date: Mon, 28 Sep 2015 10:30:41 +0530 Message-ID: <1443416443-23745-1-git-send-email-saipava@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v8 0/2] Move sdhci.h to include/hw/sd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, crosthwaitepeter@gmail.com Cc: Sai Pavan Boddu , edgari@xilinx.com, alistai@xilinx.com Move sdhci.h splitting it into common and internal. Create a new directory for sd in include/hw/. Correct paths of sd.h in at every instance of #include. Sai Pavan Boddu (2): sd.h: Move sd.h to include/hw/sd/ sdhci: Split sdhci.h for public and internal device usage hw/sd/milkymist-memcard.c | 2 +- hw/sd/omap_mmc.c | 2 +- hw/sd/pl181.c | 2 +- hw/sd/pxa2xx_mmci.c | 2 +- hw/sd/sd.c | 2 +- hw/sd/{sdhci.h => sdhci-internal.h} | 71 ++-------------------------- hw/sd/sdhci.c | 3 +- hw/sd/ssi-sd.c | 2 +- include/hw/{ => sd}/sd.h | 0 include/hw/sd/sdhci.h | 92 +++++++++++++++++++++++++++++++++++++ 10 files changed, 103 insertions(+), 75 deletions(-) rename hw/sd/{sdhci.h => sdhci-internal.h} (75%) rename include/hw/{ => sd}/sd.h (100%) create mode 100644 include/hw/sd/sdhci.h -- 2.1.4