search for: chunyan

Displaying 11 results from an estimated 11 matches for "chunyan".

2012 Sep 27
1
What to use for ti in back-transforming summary statistics from F-T double square-root transformation in 'metafor'
...m the summary estimates from function rma, I don't know what's the appropriate ti to feed in function transf.iirft. I searched and found your post about using harmonic mean for ni to back-transform the double arcsine transformation. I'm hoping I can get your help on ti too. Thanks. Chunyan Liu 513-636-9763 Biostatistician II Department of Biostatistics and Epidemiology Cincinnati Children's Hospital Medical Center [[alternative HTML version deleted]]
2013 Nov 12
3
[PATCH RESEND] libxl: Do not generate short block in libxl__datacopier_prefixdata
Ages ago, Chunyan Liu writes: > Tried the patch. It worked. Thanks. Thanks. IMO this patch should be considered for backporting, too. Ian. From 70f4755fba5e6a39e4f8ad55aff2d21f6aa8ff21 Mon Sep 17 00:00:00 2001 From: Ian Jackson <ian.jackson@eu.citrix.com> Date: Tue, 3 Sep 2013 13:41:46 +0100 Subject: [P...
2013 Nov 21
9
[PATCH] vhd-util create: add -C|nocow option
...ff COW attributes on VM files (since having copy on write for this kind of data is not useful). According to ''chattr'' manpage, NOCOW could be set to new or empty file only on btrfs, so add a option here so that users could have a chance to set NOCOW to a vhd image. Signed-off-by: Chunyan Liu <cyliu@suse.com> --- tools/blktap2/include/libvhd.h | 1 + tools/blktap2/vhd/lib/libvhd.c | 24 ++++++++++++++++++++++++ tools/blktap2/vhd/lib/vhd-util-create.c | 8 ++++++-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/tools/blktap2/include/l...
2013 Oct 29
2
xen snapshotting status
Hi, List, I found "Full-VM snapshotting" feature in xen 4.3 and xen 4.4 feature list, but no one takes it. What''s the current status? Is there anyone working on that? Any progress? Thanks, Chunyan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2013 Apr 16
4
pv-grub will cause page fault if build with flag -fstack-protector
...mov %r13,-0x18(%rbp) 404d1: 4c 89 75 f0 mov %r14,-0x10(%rbp) 404d5: 48 89 5d d8 mov %rbx,-0x28(%rbp) 404d9: 4c 89 65 e0 mov %r12,-0x20(%rbp) [1]http://lists.xen.org/archives/html/xen-users/2013-03/msg00164.html Thanks, Chunyan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2011 Oct 14
21
xl create PV guest with qcow/qcow2 disk images fail
Hi, List, I''m trying xl create a pv guest with qcow/qcow2 image, it always fails at libxl_device_disk_local_attach. #xl create pv_config_file libxl: error: libxl.c:1119:libxl_device_disk_local_attach: cannot locally attach a qdisk image if the format is not raw libxl: error: libxl_create.c:467:do_domain_create: failed to run bootloader: -3 disk configuration is: disk=[
2010 Sep 02
6
[PATCH]ioemu: fix altgr-insert behavior
When access to a Xen DomU (Linux) from a VNC client in Windows, alt-gr key is not working properly. When Alt + another key pressed, vncserver receives Altgr down, Altgr up and key down messages in order, that causes incorrect output. With following patch, when vncerver receives key down message, it first check if the keysym needs altgr modifer, if it needs altgr modifier but altgr is not
2013 Nov 25
0
[xen-4.3-testing test] 22107: regressions - trouble: blocked/broken/fail/pass
...fail never pass version targeted for testing: xen cb02c822c624ab12823b64523d8aca8663f93baa baseline version: xen 7482b89e67e4681d515224b6fc8c00f017979d6f ------------------------------------------------------------ People who touched revisions under test: Chunyan Liu <cyliu@suse.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <Ian.Jackson@eu.citrix.com> Roger Pau Monné <roger.pau@citrix.com> ------------------------------------------------------------ jobs: build-amd64...
2013 Nov 27
0
[xen-4.3-testing test] 22144: regressions - FAIL
...in 22138 never pass version targeted for testing: xen cb02c822c624ab12823b64523d8aca8663f93baa baseline version: xen 7482b89e67e4681d515224b6fc8c00f017979d6f ------------------------------------------------------------ People who touched revisions under test: Chunyan Liu <cyliu@suse.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <Ian.Jackson@eu.citrix.com> Roger Pau Monné <roger.pau@citrix.com> ------------------------------------------------------------ jobs: build-amd64...
2012 Oct 24
8
libxl drivers for libvirt?
Hey Jim, I was wondering if you or someone on your team could give me an idea what the status of libxl support is in libvirt, particularly wrt various releases? I''m asking because I''m going to UDS next week to talk about the 13.04 release, and it would be good to get Xen 4.2 in; but that in part depends on whether there will be libvirt support for 4.2 in whatever version of
2010 Nov 25
4
[PATCH]improve suspend_evtchn lock processing
...e is no chance to remove it. These places have been modified in the following patch, and, in addition, a function clean_obsolete_lock() is added to clean an invalid lock file which is unlinked from previous operations for any kind of reason (e.g., kill the process). Any comments? Signed-off-by Chunyan Liu diff -r 3c4c3d48a835 tools/libxc/xc_suspend.c --- a/tools/libxc/xc_suspend.c Thu Aug 26 11:16:56 2010 +0100 +++ b/tools/libxc/xc_suspend.c Thu Nov 25 18:44:35 2010 +0800 @@ -16,8 +16,40 @@ #include "xc_private.h" #include "xenguest.h" +#include #define SUSPEN...