* [PATCH] stubdom: disable xen_blktap
@ 2008-03-18 11:47 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-03-18 11:47 UTC (permalink / raw)
To: xen-devel
stubdom: disable xen_blktap
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
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]) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-18 11:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 11:47 [PATCH] stubdom: disable xen_blktap Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.