[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] stubdom: disable xen_blktap



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1205846011 0
# Node ID 0f204e41cc93191422d6434c0df78b38f1a0a39e
# Parent  fe339d30e2e10eb7f11f42d73e5949beac5e0305
stubdom: disable xen_blktap

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
 tools/ioemu/Makefile.target     |    2 ++
 tools/ioemu/hw/xen_machine_pv.c |    2 ++
 2 files changed, 4 insertions(+)

diff -r fe339d30e2e1 -r 0f204e41cc93 tools/ioemu/Makefile.target
--- a/tools/ioemu/Makefile.target       Tue Mar 18 13:11:43 2008 +0000
+++ b/tools/ioemu/Makefile.target       Tue Mar 18 13:13:31 2008 +0000
@@ -430,7 +430,9 @@ VL_OBJS+= usb-uhci.o smbus_eeprom.o
 VL_OBJS+= usb-uhci.o smbus_eeprom.o
 VL_OBJS+= piix4acpi.o
 VL_OBJS+= xenstore.o
+ifndef CONFIG_STUBDOM
 VL_OBJS+= xen_blktap.o
+endif
 VL_OBJS+= xen_platform.o
 VL_OBJS+= xen_machine_fv.o
 VL_OBJS+= xen_machine_pv.o
diff -r fe339d30e2e1 -r 0f204e41cc93 tools/ioemu/hw/xen_machine_pv.c
--- a/tools/ioemu/hw/xen_machine_pv.c   Tue Mar 18 13:11:43 2008 +0000
+++ b/tools/ioemu/hw/xen_machine_pv.c   Tue Mar 18 13:13:31 2008 +0000
@@ -45,8 +45,10 @@ static void xen_init_pv(uint64_t ram_siz
     extern int domid;
 
 
+#ifndef CONFIG_STUBDOM
     /* Initialize tapdisk client */
     init_blktap();
+#endif
 
     /* Connect to text console */
     if (serial_hds[0]) {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.