search for: valtteri

Displaying 4 results from an estimated 4 matches for "valtteri".

2003 Dec 10
1
How to remove extra spaces introduced (?) by write.table
...test.txt", row.names=FALSE, na="NaN", quote=FALSE) where out.obj is the data.frame A simplified example with three columns Sample1\t10\t10 Sample2\t*1\t*1 The * denotes the extra space, \t is the tab used as separator (a real example can be found at http://biobase.biotech.kth.se/~valtteri/test.txt) I need to remove these spaces as they are not compatible with the down-stream application. I'd prefer not to remove these manually using for example MS-Word as the number of files generated is fairly large. I verified the modes of the problematic columns and they are, as expected,...
2012 Dec 17
4
(XEN) traps.c:3156: GPF messages in xen dmesg
...2c4802170e4 (XEN) traps.c:3156: GPF (0060): ffff82c480159247 -> ffff82c4802170e4 (XEN) traps.c:3156: GPF (0060): ffff82c480159247 -> ffff82c4802170e4 (XEN) traps.c:3156: GPF (0060): ffff82c480159247 -> ffff82c4802170e4 What does that mean and is it something that I should worry about? -- Valtteri Kiviniemi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2012 Sep 30
21
Xen 4.0.4, kernel 3.5.0 HVM crash and kernel BUG
...1654658fedcc ]--- Fixing recursive fault but reboot is needed! I also tested Xen 4.2.0 and problem is the same. So is this a Xen bug or a kernel bug? I am running vanilla kernel.org kernel 3.5.0 and my hardware is Intel Core i7-3770 CPU and Intel DQ77MK motherboard with latest bios. Best regards, Valtteri Kiviniemi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2013 Apr 25
17
[PATCH V3] libxl: write IO ABI for disk frontends
...if. But nowadays only old disk frontends rely on that behaviour so that we only write the ABI for disk frontends in libxl, minimizing the impact. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Cc: Ian Campbell <ian.campbell@citrix.com> Cc: Roger Pau Monne <roger.pau@citrix.com> Cc: Valtteri Kiviniemi <kiviniemi.valtteri@gmail.com> --- tools/libxc/xc_dom_arm.c | 7 +++++++ tools/libxc/xc_dom_x86.c | 34 ++++++++++++++++++++++++++++++++++ tools/libxc/xenctrl.h | 10 ++++++++++ tools/libxl/libxl.c | 28 ++++++++++++++++++++++++++...