qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] iov: Move from hw/ to topdir
@ 2010-05-04 11:09 Amit Shah
  2010-05-10 20:19 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Amit Shah @ 2010-05-04 11:09 UTC (permalink / raw)
  To: qemu list; +Cc: Amit Shah, Christoph Hellwig

The iov functions can be useful to other code as well.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
CC: Christoph Hellwig <hch@lst.de>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-10 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 11:09 [Qemu-devel] [PATCH] iov: Move from hw/ to topdir Amit Shah
2010-05-10 20:19 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).