Add new block driver for the VDI format (only aio supported)
commit9aebd98aabfe972a7b172794c5350b7d404b7eba
authorStefan Weil <weil@mail.berlios.de>
Fri, 31 Jul 2009 19:45:56 +0000 (31 21:45 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Aug 2009 18:05:30 +0000 (10 13:05 -0500)
treecab3dbf3a2fad87bad10ce24eef344d6e49cd25c
parent55418b961362f189ac3bb9499a349b2667885164
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:
Makefile
block/vdi.c [new file with mode: 0644]
qemu-img.texi