> -----Original Message----- > From: Peter Crosthwaite [mailto:crosthwaitepe...@gmail.com] > Sent: Saturday, October 31, 2015 11:27 PM > To: Sai Pavan Boddu > Cc: qemu-devel@nongnu.org Developers; Peter Maydell; Stefan Hajnoczi; > Alistair Francis; Edgar Iglesias; Sai Pavan Boddu > Subject: Re: [RESEND V10 0/3] Move sdhci.h to include/hw/sd > > On Sat, Oct 31, 2015 at 8:03 AM, Sai Pavan Boddu > <sai.pavan.bo...@xilinx.com> wrote: > > 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. > > Add sdhci to xlnx-zynqmp SOC. > > > > Sai Pavan Boddu (3): > > sd.h: Move sd.h to include/hw/sd/ > > sdhci: Split sdhci.h for public and internal device usage > > target-arm: xlnx-zynqmp: Add sdhci support. > > > > > I think this already applied just yesterday. Thanks Stefan. Oh that’s great, Thanks Peter and Stefan.
Regards, Sai Pavan > > qemu$ git log --oneline mainline/master > ... > 33108e9 target-arm: xlnx-zynqmp: Add sdhci support. > 637d23b sdhci: Split sdhci.h for public and internal device usage > e3382ef sd.h: Move sd.h to include/hw/sd/ > > Regards, > Peter > > > hw/arm/xlnx-zynqmp.c | 28 +++++++++++ > > 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/arm/xlnx-zynqmp.h | 3 ++ > > include/hw/{ => sd}/sd.h | 0 > > include/hw/sd/sdhci.h | 92 > +++++++++++++++++++++++++++++++++++++ > > 12 files changed, 134 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 > >