[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Bump tmem pool version to 1 to fix restore issue when tmem enabled
Restore fail when tmem enabled both in hypervisor and guest. This is due to spec version mismatch when restore a pool. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@xxxxxxxxxx> --- diff -r d1c3375c3f11 xen/common/tmem.c --- a/xen/common/tmem.c Mon Sep 17 21:12:21 2012 +0100 +++ b/xen/common/tmem.c Wed Sep 19 10:28:05 2012 +0800 @@ -2397,7 +2397,8 @@ break; rc = (pool->persistent ? TMEM_POOL_PERSIST : 0) | (pool->shared ? TMEM_POOL_SHARED : 0) | - (pool->pageshift << TMEM_POOL_PAGESIZE_SHIFT); + (pool->pageshift << TMEM_POOL_PAGESIZE_SHIFT) | + (TMEM_SPEC_VERSION << TMEM_POOL_VERSION_SHIFT); break; case TMEMC_SAVE_GET_POOL_NPAGES: if ( pool == NULL ) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |