Displaying 9 results from an estimated 9 matches similar to: "[PATCH] add dom0 vcpu hotplug control"
2023 Mar 31
1
Query: Could documentation include modernized references?
>>>>> Duncan Murdoch
>>>>> on Sun, 26 Mar 2023 12:41:03 -0400 writes:
> On 26/03/2023 11:54 a.m., J C Nash wrote:
>> A tangential email discussion with Simon U. has
>> highlighted a long-standing matter that some tools in the
>> base R distribution are outdated, but that so many
>> examples and other tools may use
2013 Jan 15
0
[PATCH] linux-2.6.18: properly bound buffer access when parsing cpu/*/availability
At the same time reduce the local buffers to 16 bytes each.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/drivers/xen/core/cpu_hotplug.c
+++ b/drivers/xen/core/cpu_hotplug.c
@@ -28,13 +28,13 @@ static int local_cpu_hotplug_request(voi
static void vcpu_hotplug(unsigned int cpu, struct sys_device *dev)
{
int err;
- char dir[32], state[32];
+ char dir[16], state[16];
if ((cpu
2008 Nov 25
0
optimization with bounds on parameters
There have been several posts about optimizations where the parameters
for the objective function are bounds-constrained. Brian Ripley took my
1990 "Compact numerical methods for computers" codes and p2c'd them to
give the CG and BFGS and (possibly, I should check!) the Nelder Mead
code. However, I have for use by myself and colleagues prepared variants
of the codes that allow
2012 Sep 13
0
Updates to const_get
HELLO other Rails-Core people!
I''m trying to push changes to const_get in to ruby-core that will make
our lives easier. I''ve pushed a branch of Ruby to github. Can you
please check it out to make sure it does what we need?
Here is the link:
https://github.com/tenderlove/ruby/tree/p2c
When we''re happy with the way it works, I''ll do the work make sure it
2017 Jun 27
2
Finding optim.R function
Hello, could anybody direct me where to find code for optim.R? I was able to find the C code at http://docs.rexamine.com/R-devel/optim_8c.html, but the R version would be easier for me to work with and modify.
Thank you!
[[alternative HTML version deleted]]
2010 Jun 25
3
[LLVMdev] recursive nested functions
Hello,
This is a little off-topic. But I am writing a compiler to llvm ir
for a language that admits recursive nested functions and am stuck
as to how to translate them. Concretely, I'm trying to lift them all
to the topmost level and pass all their free variables explicitly as
arguments. To do this, I have to determine all their free variables
in their bodies. In particular when I come
2009 Nov 23
18
OpenSuSE 11.2 bug, dom0-cpus limit causes xenwatch_cb running 100% and xm command freeze and xend dead
Hi all,
I have upgraded a test machine from OpenSuSE 11.1 to 11.2.
I have found following bug:
the server is a 2x quadcore intel box also 2x4=8cpu
If you limit the dom0 cpu with dom0-cpus= [1-7]:
- [xenwatch_cb] is running 100% cpu and makes var log entry every 65 sec
BUG: soft lockup - CPU#X stuck for 61s!
- xm commands not work
- xend is dead
if set dom0-cpus to 0 or 8:
- everything looks
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
Hello:
I just gave 3 tries at compiling a xen kernel. I
managed to get the networking in the host to work ok
on the third try, unfortuately xend gives me the
following errors in my xend.log and will not start.
Any ideas?
It fails to start with the following error
----------------------------------------------------
/usr/sbin/xend
[root@localhost ~]# /usr/sbin/xend start
Traceback (most recent
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking