summaryrefslogtreecommitdiffstats
path: root/hw/xen_blkif.h
Commit message (Collapse)AuthorAgeFilesLines
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-2/+2
| | | | | Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* Fix compilation when x86_64 is definedBlue Swirl2009-04-251-2/+2
|
* xen: add block device backend driver. (Gerd Hoffmann)aliguori2009-04-221-0/+103
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 backends (blkback aka "vbd" and tapdisk aka "tap"). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7223 c046a42c-6fe2-441c-8c8c-71466251a162
OpenPOWER on IntegriCloud