From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9G1r-0000lP-87 for qemu-devel@nongnu.org; Tue, 04 May 2010 07:11:07 -0400 Received: from [140.186.70.92] (port=57450 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9G1p-0000kd-Hr for qemu-devel@nongnu.org; Tue, 04 May 2010 07:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9G1i-00011C-7c for qemu-devel@nongnu.org; Tue, 04 May 2010 07:11:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60660) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9G1g-00010Z-5L for qemu-devel@nongnu.org; Tue, 04 May 2010 07:10:57 -0400 From: Amit Shah Date: Tue, 4 May 2010 16:39:07 +0530 Message-Id: <1272971347-30234-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] [PATCH] iov: Move from hw/ to topdir List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , Christoph Hellwig The iov functions can be useful to other code as well. Signed-off-by: Amit Shah CC: Christoph Hellwig --- 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 -- 1.6.2.5