Statistics
| Branch: | Revision:

root / hw / xen_blkif.h @ 6b35e7bf

History | View | Annotate | Download (3.5 kB)

# Date Author Comment
6fcfeff9 04/25/2009 11:00 am Blue Swirl

Fix compilation when x86_64 is defined

62d23efa 04/22/2009 06:19 pm aliguori

xen: add block device backend driver. (Gerd Hoffmann)

This patch adds a block device backend driver to qemu. It is a pure
userspace implemention using the gntdev interface. It uses "qdisk" as
backend name in xenstore so it doesn't interfere with the other existing...