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-users] gplpv - tool to copy network config from qemu 8139 adapter t

To: <xen-users@xxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] gplpv - tool to copy network config from qemu 8139 adapter to xen adapter
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Thu, 4 Sep 2008 22:36:21 +1000
Cc:
Delivery-date: Thu, 04 Sep 2008 05:36:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AckOitZA8AVhRYwLRuuPYiZ7hPLH9w==
Thread-topic: gplpv - tool to copy network config from qemu 8139 adapter to xen adapter
I've just pushed some changes to add a 'copyconfig' utility which will
copy the network configuration from the qemu rtl8139 adapter to the xen
adapter. This is really really beta at the moment, so use at your own
risk. Ultimately it will be a tick option in the installer that you will
select on initial install, but not on upgrade. If you've ever changed
network adapters in a windows domain controller you'll understand why
this will make your life easier :)

To use it, you'll need to recompile the drivers from the latest hg too,
as a required change is that the xen drivers are no longer disabled when
gplpv isn't specified in boot.ini. Instead, the network driver always
reports that the cable is disconnected, and the disk driver never
enumerates any disks. This also makes the install a bit more
straightforward in that you don't have windows telling you that there
was a problem with each and every driver on install (well, actually the
xenvbd driver fails on the initial install for some reason still... not
sure why yet)

Please test on a dev system as these sorts of changes are the sort that
corrupt disks if things go wrong.

James


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] gplpv - tool to copy network config from qemu 8139 adapter to xen adapter, James Harper <=