xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xencommons: Attempt to load blktap driver
@ 2012-05-15 15:49 George Dunlap
  2012-05-15 16:16 ` Jan Beulich
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: George Dunlap @ 2012-05-15 15:49 UTC (permalink / raw)
  To: xen-devel; +Cc: george.dunlap

Older kernels, such as those found in Debian Squeeze:
* Have bugs in handling of AIO into foreign pages
* Have blktap modules, which will cause qemu not to use AIO, but
which are not loaded on boot.

Attempt to load blktap in xencommons, to make sure modern qemu's which
use AIO will work properly on those kernels.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>

diff -r 99244350516a -r db614e92faf7 tools/hotplug/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons	Tue May 15 16:48:49 2012 +0100
+++ b/tools/hotplug/Linux/init.d/xencommons	Tue May 15 16:49:32 2012 +0100
@@ -59,6 +59,7 @@ do_start () {
 	modprobe evtchn 2>/dev/null
 	modprobe gntdev 2>/dev/null
 	modprobe xen-acpi-processor 2>/dev/null
+	modprobe blktap 2>/dev/null
 	mkdir -p /var/run/xen
 
 	if ! `xenstore-read -s / >/dev/null 2>&1`

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2012-08-31 10:35 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 15:49 [PATCH] xencommons: Attempt to load blktap driver George Dunlap
2012-05-15 16:16 ` Jan Beulich
2012-05-15 16:21   ` George Dunlap
2012-05-15 16:36     ` Jan Beulich
2012-05-15 16:40       ` George Dunlap
2012-05-16  7:47         ` Jan Beulich
2012-05-16  8:25           ` Ian Campbell
2012-05-16  8:53             ` Jan Beulich
2012-08-31  8:40           ` Ian Campbell
2012-08-31  9:03             ` Jan Beulich
2012-08-31  9:33               ` Ian Campbell
2012-08-31  9:49                 ` Jan Beulich
2012-08-31 10:35                   ` Ian Campbell
2012-05-16  8:21     ` Ian Campbell
2012-05-16  8:58       ` Jan Beulich
2012-05-16  9:16         ` Ian Campbell
2012-05-16  9:51           ` Jan Beulich
2012-05-16  9:57             ` Ian Campbell
2012-05-16 10:49               ` George Dunlap
2012-05-16 11:44                 ` Ian Campbell
2012-06-08 15:35                   ` Ian Jackson
2012-06-12  8:56                     ` Ian Campbell
2012-07-30  8:23 ` Ian Campbell
2012-08-30 14:50 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).