|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] re-enable tmem by default in xen-unstable
Late in the 4.0 release it was discovered that certain order>0
allocations could fail and had no fallback. This conflicted with
tmem especially when combined with aggressive ballooning.
A hack-y workaround patch was added in time for 4.0 that has
reduced (but not completely eliminated) the problem but
tmem was left disabled-by-default for the 4.0 release.
Re-enable it in xen-unstable by default to help identify cases
where the workaround is insufficient. Tmem can be
disabled with the no-tmem Xen boot option. Please report
failures (that are fixed with the no-tmem option) to me.
Signed-off-by: Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>
diff -r 7ee8bb40200a xen/common/tmem_xen.c
--- a/xen/common/tmem_xen.c Thu Apr 15 19:11:16 2010 +0100
+++ b/xen/common/tmem_xen.c Mon Apr 19 08:30:11 2010 -0600
@@ -14,7 +14,7 @@
#define EXPORT /* indicates code other modules are dependent upon */
-EXPORT int opt_tmem = 0;
+EXPORT int opt_tmem = 1;
boolean_param("tmem", opt_tmem);
EXPORT int opt_tmem_compress = 0;
tmem-enable.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] re-enable tmem by default in xen-unstable,
Dan Magenheimer <=
|
Previous by Date: |
Re: [Xen-devel] pci-passthrough not working on 4.0.1-rc1-pre: mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001, Sander Eikelenboom |
Next by Date: |
Re: [Xen-devel] pci-passthrough not working on 4.0.1-rc1-pre: mm.c:3847:d10 Bad page 00000000001beab4: ed=ffff830151210000(10), sd=ffff830151210000, caf=8000000000000002, taf=7400000000000001, Sander Eikelenboom |
Previous by Thread: |
[Xen-devel] Travel Plans to Europe? Why Not Attend Xen Summit NA at AMD, Stephen Spector |
Next by Thread: |
[Xen-devel] redhat4.6-32bit DomU with pv driver can't be saved, 田世坤 |
Indexes: |
[Date]
[Thread]
[Top]
[All Lists] |
|
|
|
|