search for: jonmccune

Displaying 7 results from an estimated 7 matches for "jonmccune".

2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...//lists.xensource.com/archives/html/xen-devel/2005-08/msg00114.html). I used changeset 8911 of xen-unstable.hg. The patch as written expects kernel linux-2.6.16-rc2, but changeset 8911 uses kernel 2.6.16-rc4. I verified that the patch works with kernel 2.6.16-rc4. Cheers, -Jonathan M. McCune jonmccune@cmu.edu >Message: 2 >Date: Mon, 6 Feb 2006 13:43:30 -0600 >From: Jon Mason <jdmason@us.ibm.com> >Subject: [Xen-devel] [PATCH] Fix IPSec for Xen checksum offload > packets >To: xen-devel@lists.xensource.com >Cc: dykman@us.ibm.com, jonmccune@cmu.edu >Message-ID: <20...
2005 Sep 30
14
pdb missing files?
Hello, I''m trying to get PDB working in accordance with the instructions at http://www.cl.cam.ac.uk/~sos22/replay.bk/docs/misc/XenDebugger-HOWTO and a message from this list: http://lists.xensource.com/archives/html/xen-devel/2004-08/msg00017.html When I try to build pdb I first get errors because the Makefile is configured to treat warnings as errors, and there are some warnings.
2006 Apr 20
1
Xen 3.0.2 and DHCP from domU
Hello, I am running Xen 3.0.2 on a regular Intel P4, with the default network setup. My problem is that my domU''s DHCP requests do not seem to reach the outside world. I can see them if I tcpdump in dom0 on xenbr0, but I cannot see them from another machine plugged into the same switch as my Xen machine. This external machine _can_ see the DHCP requests made when dom0 makes its
2010 Apr 13
1
Xen breaks aacraid
Hello, I''m using Xen 4.0.0 compiled from source with the 2.6.31.13 kernel that it pulls down on its own. I added support for the aacraid driver to the kernel using ''make menuconfig'' from the build-linux-2.6-pvops_x86_64 subdirectory, and then built and installed the whole thing using ''make install'' from the xen-4.0.0 directory. I compiled this
2007 Apr 12
4
Re: [Xense-devel] [RFC][PATCH][UPDATED] Intel(R) LaGrande Technology support
Hello, Has any more work been done on this front? The message below is from Sept. 2006. In particular, the LT/TXT Technology Enabling Platform (TEP) is now available from MPC Corp. Where can one obtain an appropriate AC SINIT module (i.e., like lpg_sinit_20050831_pae.auth.bin below)? I would like to begin using Xen with TXT support. Thanks, -Jon This patch adds SMP support to the
2005 Oct 08
1
page fault handling in Xen
Hello, We''re curious about page fault handling in Xen-devel. In particular, during kernel boot-up, the kernel tests if the CPU "honours the WP bit". This causes a page fault with error code 3 (expected behavior). Does Xen still make a copy of the execution stack frame on the guest OS stack, as specified in the original "Xen and the Art of Virtualization" paper?
2005 Nov 29
0
`make install` error with gcc-4.0
Hello xen team, I''ve built changeset 8112 of xen-unstable on a 2.0 GHz x86 P4 Debian testing box with gcc version 4.0.2 (Debian 4.0.2-2) by simply doing a pull and then running `make`. The first time I ran `make install` I got an error about the system being unable to find gcc-3.3. I became emotional and created a symlink in /usr/bin from gcc-3.3 to gcc-4.0. The install completed