Statistics
| Branch: | Revision:

root / qemu-tool.c @ 6a24a778

History | View | Annotate | Download (1.3 kB)

# Date Author Comment
03ff3ca3 09/15/2008 06:51 pm aliguori

Use common objects for qemu-img and qemu-nbd

Right now, we sprinkle #if defined(QEMU_IMG) && defined(QEMU_NBD) all over the
code. It's ugly and causes us to have to build multiple object files for
linking against qemu and the tools.

This patch introduces a new file, qemu-tool.c which contains enough for...