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-users

Re: [Xen-users] Convert HVM to paravirtualized guest

To: Larry A Weidig <lweidig@xxxxxxxxx>
Subject: Re: [Xen-users] Convert HVM to paravirtualized guest
From: Christian Horn <chorn@xxxxxxxxxxxx>
Date: Fri, 6 Apr 2007 15:21:01 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 06 Apr 2007 06:20:17 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <7E0EBC08C9E5074D9A406BF3B6FF2646FA4FD5@xxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <7E0EBC08C9E5074D9A406BF3B6FF2646FA4FD5@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Thu, Apr 05, 2007 at 02:56:11PM -0500, Larry A Weidig wrote:
>       We are just starting to work with Xen and so far have been
> pleased with the results.  The host system is running Fedora Core 6 with
> all of the latest kernel/xen updates.  
>       One of our first projects was to create an HVM guest using an LV
> based disk for the guest.  It originally started out as a Fedora Core 3
> system, but has been upgraded using network updated to Fedora Core 6.  I
> believe we would see performance gains converting this guest system over
> to a paravirtualized guest.  Searching Google has not really told me if
> this is possible and if so, what the steps would be to accomplish this. 
>       Has anybody done anything like this and if so can you outline
> the necessary steps to make this work?  Thanks!

Shouldnt be too hard, i see those steps:

- within the HVM-domU install the fedora xen-kernel, this gives you the
kernelmodules. This kernel should match the one running in the dom0. If
the kernels are different, just copy in the kernelmodules from the dom0-
kernel

- the HVM uses one disk-file containing partitiontable and partitions with
the system. Swap-partitions can be created new on the dom0 (with dd and
mkswap), the partitions within the HVM-diskfile can be mounted in dom0 with
'losetup -o ..' or can be copied out from the running HVM via network with
ssh and tar.

- generate a new xen-configfile for the paravirt. guest; using the new disk-
files and the xen-kernel.


Christian

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

<Prev in Thread] Current Thread [Next in Thread>