search for: cbase

Displaying 12 results from an estimated 12 matches for "cbase".

Did you mean: case
2013 Nov 25
22
[PATCH v3 00/13] xen: arm initial support for xgene arm64 platform
George has release acked all of these. Otherwise mostly minor updates this time around. Summary: A == acked, M == modified A xen: arm64: Add 8250 earlyprintk support A xen: arm64: Add Basic Platform support for APM X-Gene Storm. A xen: arm64: Add APM implementor id to processor implementers. M xen: arm: add a quirk to handle platforms with unusual GIC layout A xen: arm: allow platform
2009 Nov 05
1
stepAIC(coxph) forward selection
Dear R-Help, I am trying to perform forward selection on the following coxph model: >my.bpfs <- Surv(bcox$pfsdays, bcox$pfscensor) > b.cox <- coxph(my.bpfs ~ Cbase + Abase + Cbave + CbSD + KPS + gender + as.factor(eor) + Age)>stepAIC(b.cox, scope=list(upper =~ Cbase + Abase + Cbave + CbSD + KPS + gender + as.factor(eor) + Age, lower=~1), direction= c("forward")) However the following code returns the full model. How do I write the code so that f...
2012 Nov 30
1
[PATCH v2] arm: add few checks to gic_init
...c +++ b/xen/arch/arm/gic.c @@ -34,10 +34,8 @@ /* Access to the GIC Distributor registers through the fixmap */ #define GICD ((volatile uint32_t *) FIXMAP_ADDR(FIXMAP_GICD)) -#define GICC ((volatile uint32_t *) (FIXMAP_ADDR(FIXMAP_GICC1) \ - + ((uint32_t) gic.cbase & 0xfff))) -#define GICH ((volatile uint32_t *) (FIXMAP_ADDR(FIXMAP_GICH) \ - + ((uint32_t) gic.hbase & 0xfff))) +#define GICC ((volatile uint32_t *) FIXMAP_ADDR(FIXMAP_GICC1)) +#define GICH ((volatile uint32_t *) FIXMAP_ADDR(FIXMAP_GICH)) static void...
2006 Apr 24
1
Problem Getting Latest Version
...in source list" For the record, all I want to do is run a pretty basic Windows program, Mike Lawrence's Counting a Bridge, which I believe was written for Win32. I installed Wine, Wine-utils and Winesetuptk from the Debian sources and ran winesetup. It exited with the message "CBase::AutoConf::GetWinInstalls: unable to grep /c/msdos.sys: Child process exited abnormally" I have a working copy of Windows 2000 installed in the c: partition of the master harddrive and can mount the partition as /c from Debian Sarge. ls /c lists msdos.sys as an executable file. Question...
2001 Feb 27
4
Wine Setup
...uthorized to connect to Server Application initialization failed: couldn't connect to display ":0" Error in startup script: invalid command name "wm" while executing "wm geometry $pTopLevel 600x400" while constructing object "::ObjScrFileLoc" in ::CBaseScr::constructor (body line 15) invoked from within "CBaseScr::constructor $apObjBase" while constructing object "::ObjScrFileLoc" in ::CScrFileLoc::constructor (body line 1) invoked from within "CScrFileLoc ObjScrFileLoc ObjBase" (procedure &quo...
2013 Nov 19
23
[PATCH v6 00/16] xen: arm: 64-bit guest support and domU FDT autogeneration
Biggest change is to switch the new DTB node to /xen-core-devices instead of /xen at Stefano''s request. I also dropped the few patches title HACK etc which weren''t supposed to be there and fixed up some bits and pieces which folks commented on. George, WRT the freeze I think this is functionality which we cannot ship Xen 4.4 without. The impact is entirely constrained to the
2001 Aug 25
0
Wine install/execution problems
...Trace Selecting any of the options seems to bring me back to the "Finish" window. Clicking "Finish" this time yields the question of overwriting the existing directory. When I click Yes it returns with: Error: command "ObjWaitMsg" already exists in namespace "::CBase" Ok Skip Messages Stack Trace. This is as far as I can get. Wine does not function (can't find some file to do with buttons if I attempt to wine program.exe). So what gives? I downloaded the installable .rpm (MDK8.0 is listed as valid for this rpm using glibc2.2) Would appreciate...
2011 Apr 06
1
help on pspline in coxph
Hi there, I have a question on how to extract the linear term in the penalized spline in coxph. Here is a sample code: n=100 set.seed(1) x=runif(100) f1 = cos(2*pi*x) hazard = exp(f1) T = 0 for (i in 1:100) { T[i] = rexp(1,hazard[i]) } C = runif(n)*4 cen = T<=C y = T*(cen) + C*(1-cen) data.tr=cbind(y,cen,x) fit=coxph(Surv(data.tr[,1],
2013 Nov 01
17
[PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
I''ve addressed all (I think/hope) of the review comments. The main change is to expose the guest virtual platform (e.g. memory layout and interrupt usage etc) to the toolstack via the public interface. This is then used during FDT generation. I have just codified the current defacto standard layout, it''s probably not the best layout but any change can be a separate patch/series.
2013 Nov 20
54
[PATCH+RFC+HACK 00/16] xen: arm initial support for xgene arm64 platform
I''m afraid this series is rather a grab bag and it is distressingly large at this stage. With this series I can boot an Xgene board until it fails to find its SATA controller. This is a dom0 issue for which patches are pending from APM (/me nudges Anup). As well as the APM specific platform stuff there are also some generic improvements which were either necessary or useful during this
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See