Ping Thanks, Sai Pavan
> -----Original Message----- > From: Sai Pavan Boddu [mailto:sai.pavan.bo...@xilinx.com] > Sent: Monday, September 14, 2015 2:57 PM > To: qemu-devel@nongnu.org; stefa...@gmail.com; > crosthwaitepe...@gmail.com; peter.mayd...@linaro.org > Cc: Alistair Francis; Edgar Iglesias; Sai Pavan Boddu > Subject: [PATCH V4 0/2] Move sdhci.h to include/hw/sd > > 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.c | 1 - > hw/sd/sdhci.h | 67 +------------------------------- > hw/sd/ssi-sd.c | 2 +- > include/hw/{ => sd}/sd.h | 0 > include/hw/sd/sdhci-common.h | 92 > ++++++++++++++++++++++++++++++++++++++++++++ > 10 files changed, 100 insertions(+), 72 deletions(-) > rename include/hw/{ => sd}/sd.h (100%) > create mode 100644 include/hw/sd/sdhci-common.h > > -- > 1.9.1