summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2009-07-31 21:45:56 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:30 -0500
commit9aebd98aabfe972a7b172794c5350b7d404b7eba (patch)
treecab3dbf3a2fad87bad10ce24eef344d6e49cd25c /Makefile
parent55418b961362f189ac3bb9499a349b2667885164 (diff)
downloadhqemu-9aebd98aabfe972a7b172794c5350b7d404b7eba.zip
hqemu-9aebd98aabfe972a7b172794c5350b7d404b7eba.tar.gz
Add new block driver for the VDI format (only aio supported)
This is a new block driver written from scratch to support the VDI format in QEMU. VDI is the native format used by Innotek / SUN VirtualBox. Latest changes: * stripped down version (code for synchronous operations and experimental code removed) * don't open VDI snapshot images (with uuid_link or uuid_parent) * modified vdi_aio_cancel Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3f999e..1182966 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ block-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o
block-obj-y += nbd.o block.o aio.o aes.o
block-obj-$(CONFIG_AIO) += posix-aio-compat.o
-block-nested-y += cow.o qcow.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o
+block-nested-y += cow.o qcow.o vdi.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o
block-nested-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o
block-nested-y += parallels.o nbd.o
block-nested-$(CONFIG_WIN32) += raw-win32.o
OpenPOWER on IntegriCloud