summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authoraliguori2009-04-22 17:19:30 +0200
committeraliguori2009-04-22 17:19:30 +0200
commit62d23efac8905a46277f666c909e826f91c12aa1 (patch)
tree36b9a6303ccd07006606480883d4eda6d317799d /Makefile.target
parentxen: add framebuffer backend driver (Gerd Hoffmann) (diff)
downloadqemu-62d23efac8905a46277f666c909e826f91c12aa1.tar.gz
qemu-62d23efac8905a46277f666c909e826f91c12aa1.tar.xz
qemu-62d23efac8905a46277f666c909e826f91c12aa1.zip
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 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
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 8734190279..ea3b9d5f65 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -562,7 +562,7 @@ endif
# xen backend driver support
XEN_OBJS := xen_machine_pv.o xen_backend.o
-XEN_OBJS += xen_console.o xenfb.o
+XEN_OBJS += xen_console.o xenfb.o xen_disk.o
ifeq ($(CONFIG_XEN), yes)
OBJS += $(XEN_OBJS)
LIBS += $(XEN_LIBS)