|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] stubdom: disable xen_blktap
stubdom: disable xen_blktap
Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
diff -r ddb74b9590c6 tools/ioemu/Makefile.target
--- a/tools/ioemu/Makefile.target Tue Mar 18 11:39:21 2008 +0000
+++ b/tools/ioemu/Makefile.target Tue Mar 18 11:46:00 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 ddb74b9590c6 tools/ioemu/hw/xen_machine_pv.c
--- a/tools/ioemu/hw/xen_machine_pv.c Tue Mar 18 11:39:21 2008 +0000
+++ b/tools/ioemu/hw/xen_machine_pv.c Tue Mar 18 11:46:00 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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] stubdom: disable xen_blktap,
Samuel Thibault <=
|
|
|
|
|