From: Amit Shah Date: Tue, 4 May 2010 11:09:07 +0000 (+0530) Subject: iov: Move from hw/ to topdir X-Git-Tag: v0.13.0-rc0~577 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c64d5b52ed5287bb31489bba39cf41628230bce;p=thirdparty%2Fqemu.git iov: Move from hw/ to topdir The iov functions can be useful to other code as well. Signed-off-by: Amit Shah CC: Christoph Hellwig Signed-off-by: Anthony Liguori --- 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