WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH][XM-TEST] [1/2] Add Network Testing Support for Xm-te

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Ewan Mellor <ewan@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][XM-TEST] [1/2] Add Network Testing Support for Xm-test with VMX Enabled
From: Daniel Stekloff <dsteklof@xxxxxxxxxx>
Date: Fri, 27 Jan 2006 11:54:52 -0800
Cc: Dan Smith <danms@xxxxxxxxxx>
Delivery-date: Fri, 27 Jan 2006 20:04:20 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.6.2
Hi,

Here are two patches that add networking capability for testing with vmx 
enabled in xm-test. Currently, the create_disk_image script copies a kernel 
over to the disk.img but doesn't copy the pcnet32 driver, so no network 
testing is possible. 

Patch 1 (included in this email) - Changes busybox config for the initrd so it 
can load 2.6 modules, necessary for loading the pcnet32 driver. I had to bump 
xm-test's version because the initrd changes.

Patch 2 (following 2/2 email) - Changes create_disk_image to copy pcnet32 
driver to disk.img, includes options to override default. Patch adds a 
configuration time option for specifying the driver's directory. And, patch 
updates README.

Thanks,

Dan

Attachment: xmtest-busybox-change.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][XM-TEST] [1/2] Add Network Testing Support for Xm-test with VMX Enabled, Daniel Stekloff <=