From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38156 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBZRm-0007n0-N6 for qemu-devel@nongnu.org; Mon, 10 May 2010 16:19:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBZRk-0000Fe-Tx for qemu-devel@nongnu.org; Mon, 10 May 2010 16:19:26 -0400 Received: from mail-qy0-f188.google.com ([209.85.221.188]:40793) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBZRk-0000FE-HN for qemu-devel@nongnu.org; Mon, 10 May 2010 16:19:24 -0400 Received: by mail-qy0-f188.google.com with SMTP id 26so6469139qyk.19 for ; Mon, 10 May 2010 13:19:24 -0700 (PDT) Message-ID: <4BE86A4A.1090808@codemonkey.ws> Date: Mon, 10 May 2010 15:19:22 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] iov: Move from hw/ to topdir References: <1272971347-30234-1-git-send-email-amit.shah@redhat.com> In-Reply-To: <1272971347-30234-1-git-send-email-amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list , Christoph Hellwig On 05/04/2010 06:09 AM, Amit Shah wrote: > The iov functions can be useful to other code as well. > > Signed-off-by: Amit Shah > CC: Christoph Hellwig > Applied. Thanks. Regards, Anthony Liguori > --- > hw/iov.c => iov.c | 0 > hw/iov.h => iov.h | 0 > 2 files changed, 0 insertions(+), 0 deletions(-) > rename hw/iov.c => iov.c (100%) > rename hw/iov.h => iov.h (100%) > > diff --git a/hw/iov.c b/iov.c > similarity index 100% > rename from hw/iov.c > rename to iov.c > diff --git a/hw/iov.h b/iov.h > similarity index 100% > rename from hw/iov.h > rename to iov.h >