Re: [Xen-devel] [PATCH 1/2] Revert libxl: fix xl mem-set regression from 0c029c4da2

2015-06-23 Thread Ian Campbell
On Tue, 2015-06-23 at 15:52 +0100, Wei Liu wrote: On Tue, Jun 23, 2015 at 03:45:14PM +0100, Jan Beulich wrote: On 23.06.15 at 16:16, wei.l...@citrix.com wrote: This reverts commit f5b43e95facdc17f925cb56a8963cd4531074034. Even if the patch having introduced the regression this fixed is

Re: [Xen-devel] [PATCH 1/2] Revert libxl: fix xl mem-set regression from 0c029c4da2

2015-06-23 Thread Wei Liu
On Tue, Jun 23, 2015 at 03:45:14PM +0100, Jan Beulich wrote: On 23.06.15 at 16:16, wei.l...@citrix.com wrote: This reverts commit f5b43e95facdc17f925cb56a8963cd4531074034. Even if the patch having introduced the regression this fixed is being reverted, it's not clear to me why this change

Re: [Xen-devel] [PATCH 1/2] Revert libxl: fix xl mem-set regression from 0c029c4da2

2015-06-23 Thread Jan Beulich
On 23.06.15 at 16:16, wei.l...@citrix.com wrote: This reverts commit f5b43e95facdc17f925cb56a8963cd4531074034. Even if the patch having introduced the regression this fixed is being reverted, it's not clear to me why this change needs to be reverted too - it seems correct to me to use 64-bit

Re: [Xen-devel] [PATCH 1/2] Revert libxl: fix xl mem-set regression from 0c029c4da2

2015-06-23 Thread Konrad Rzeszutek Wilk
On Tue, Jun 23, 2015 at 03:16:23PM +0100, Wei Liu wrote: This reverts commit f5b43e95facdc17f925cb56a8963cd4531074034. Could you include some detail of why the revert is needed? Thanks. Signed-off-by: Wei Liu wei.l...@citrix.com --- tools/libxc/include/xenctrl.h | 2 +-

[Xen-devel] [PATCH 1/2] Revert libxl: fix xl mem-set regression from 0c029c4da2

2015-06-23 Thread Wei Liu
This reverts commit f5b43e95facdc17f925cb56a8963cd4531074034. Signed-off-by: Wei Liu wei.l...@citrix.com --- tools/libxc/include/xenctrl.h | 2 +- tools/libxc/xc_domain.c | 2 +- tools/libxl/libxl.c | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git