From 9aebd98aabfe972a7b172794c5350b7d404b7eba Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 31 Jul 2009 21:45:56 +0200 Subject: 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 Signed-off-by: Anthony Liguori Message-Id: --- qemu-img.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qemu-img.texi') diff --git a/qemu-img.texi b/qemu-img.texi index 49d4e590af..69e24b598f 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -48,6 +48,8 @@ Old QEMU image format. Left for compatibility. User Mode Linux Copy On Write image format. Used to be the only growable image format in QEMU. It is supported only for compatibility with previous versions. It does not work on win32. +@item vdi +VirtualBox 1.1 compatible image format. @item vmdk VMware 3 and 4 compatible image format. @item cloop -- cgit v1.2.1