From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zk7oj-0008So-Jr for qemu-devel@nongnu.org; Thu, 08 Oct 2015 05:48:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zk7og-0006TG-Ac for qemu-devel@nongnu.org; Thu, 08 Oct 2015 05:48:53 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:38192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zk7og-0006TC-1x for qemu-devel@nongnu.org; Thu, 08 Oct 2015 05:48:50 -0400 Received: by wiclk2 with SMTP id lk2so17086435wic.1 for ; Thu, 08 Oct 2015 02:48:49 -0700 (PDT) Date: Thu, 8 Oct 2015 10:48:47 +0100 From: Stefan Hajnoczi Message-ID: <20151008094847.GA14090@stefanha-thinkpad.redhat.com> References: <1444152246-7873-1-git-send-email-saipava@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444152246-7873-1-git-send-email-saipava@xilinx.com> Subject: Re: [Qemu-devel] [PATCH V10 0/3] Move sdhci.h to include/hw/sd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sai Pavan Boddu Cc: peter.maydell@linaro.org, edgari@xilinx.com, qemu-devel@nongnu.org, Sai Pavan Boddu , crosthwaitepeter@gmail.com, alistai@xilinx.com On Tue, Oct 06, 2015 at 10:54:03PM +0530, Sai Pavan Boddu 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. Did Patch 3/3 ever make it to the mailing list? I only see Patch 1 & 2. Please resend. Stefan