search for: gdunlap

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

Did you mean: dunlap
2006 Oct 30
0
Specjbb in ~gdunlap
Specjbb can be found in the xenrt.hg mercurial tree. I''ve copied the relevant files to my home directory on ubuntu: ~gdunlap/jre-1_5_0_07-windows-i586-p.exe ~gdunlap/specjbb.zip Install jre, then unzip specjbb.zip. In the "specjbb/installed" directory, run "run.bat". The test should run about 20 minutes. -George _______________________________________________ Xen-devel mailing list Xen-devel@lis...
2012 Apr 26
2
How to avoid this error "bits/predefs.h No such file or directory" when compiling XEN?
Hi , All I try to compile xen-unstable.hg(25249:a4e7fce6ee2b) from source repo on ubuntu11.10-amd64. It complains "/usr/include/features.h:323:26 fatal error: bits/predefs.h No such file or directory". I wonder it''s a thing related to 32bits and 64bits. How to solve this problem? Thank you. Here are my steps: [ Install prerequisites. ] sudo apt-get install git sudo apt-get
2013 Nov 14
3
How to use PVH mode in xen
...de, is there any wiki available to boot up a PVH guest? I used the following source code to compile the xen and dom0. I have tried adding pvh=1 in xl.cfg file as pv mode, but guest still uses qemu device model. This patch series can also be pulled from this git tree: git://xenbits.xen.org/people/gdunlap/xen.git out/pvh-v15 The kernel code for PVH guests can be found here: git://oss.oracle.com/git/mrathor/linux.git pvh.v9-muk-1 (That repo/branch also contains a config file, pvh-config-file) Thanks. Regards fantcarl _______________________________________________ Xen-devel mailing list Xe...
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
...hvm and pvh * Start with PVH as an HVM container * Disable unneeded HVM functionality * Enable PV functionality * Disable not-yet-implemented functionality * Enable toolstack changes required to make PVH guests This patch series can also be pulled from this git tree: git://xenbits.xen.org/people/gdunlap/xen.git out/pvh-v13 The kernel code for PVH guests can be found here: git://oss.oracle.com/git/mrathor/linux.git pvh.v9-muk-1 (That repo/branch also contains a config file, pvh-config-file) Changes in v13 can be found inline; major changes since v12 include: * Include Mukesh''s toolstac...