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] Xen 4.0.0-rc6 - Linux 2.6.32.9 paravirt_ops dom0 on Ubun

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen 4.0.0-rc6 - Linux 2.6.32.9 paravirt_ops dom0 on Ubuntu Desktop 9.10 success!
From: "Mr. X" <tlviewer@xxxxxxxxx>
Date: Tue, 16 Mar 2010 13:20:30 -0700 (PDT)
Delivery-date: Tue, 16 Mar 2010 13:21:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1268770831; bh=8jnYtbJUosG2V7aJQLX9/5KE7swgYPYM1mb7v5iNW9I=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iz/k0h6HDwJ9fwwcE8FESszTXLJSexFOf1gnLJkwiYxzhGysf/svAbBfDeN9OJmWOM09qlBBYfxbjyaNqBHlhp9/qjs/CsEs1WIjJ8KSYPChW1p16Ehu9WpoFvbFOsh8AVgZU1XEzKohQ+cZUBG/76hjvj1FCoJWcQSDlRCnDgw=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZMYvu6fV4w0ZNjercWRwO+iQf+x/SkS5C0xwR4RQzYHb8pT0CExEFRqUwOK8G1FIpiDVDx69ICNeiLIEEFGBsY90uzQP3cPHWQH8lNCV+bQeSJQwRpWrq2vBhOQYXR71i6bKQjqzcvRkTxPREMJckD9nWTK/wn2ypQiftOhFTAM=;
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
Thiago,

(sent private first by accident)
--- On Tue, 3/16/10, Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx> wrote:

> From: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
> Subject: [Xen-users] Xen 4.0.0-rc6 - Linux 2.6.32.9 paravirt_ops dom0 on 
> Ubuntu Desktop 9.10 success!
> To: "Xen List" <xen-users@xxxxxxxxxxxxxxxxxxx>, "xen-devel" 
> <xen-devel@xxxxxxxxxxxxxxxxxxx>
> Date: Tuesday, March 16, 2010, 9:51 AM
> Guys!
> 
>  For the first time, I have the Xen 4.0.0-rc6 with Linux
> 2.6.32.9 as my dom0 using the paravirt_ops.
> 
>  The Intel modesetting is working too!
> 
>  And I'm using the Grub1.
>
>  Now it is time to make a few domUs!
>

Where is the paradigm shift with this kernel? I have a Karmic 9.10 server domU 
running under Xen 4.0 in SuSE11,2.

The domU kernel is linux-image-2.6.31-20-virtual_2.6.31-20.57_amd64.deb with 
these paravirt flags
CONFIG_PARAVIRT_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_PARAVIRT_CLOCK=y

I use pygrub to boot a fake grub1 menu.lst, although the domU still has grub2 
installed.

To install this domU I had to start with an HVM xm config, then convert later 
to PV with pygrub.
------------ karmic_hvm.py ---------
disk = [ "phy:/dev/virtvm/ubdomu,hda,w", 
"file:/data2/kvm/ubuntu-9.10-server-amd64.iso,hdc:cdrom,r" ]
extras = "console=tty0 console=ttyS0,34800n8 console=hvc0"
kernel="/usr/lib/xen/boot/hvmloader"
builder="hvm"
device_model="/usr/lib/xen/bin/qemu-dm"
name = "karmic"
uuid = "393d4465-85a4-1d1f-e1d2-7eeeedf8884d"
maxmem = 784
memory = 784
vcpus = 2
type = "hvm"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [ "type=vnc,vncunused=1" ]
boot = "c"
vif = [ "mac=00:16:3e:46:53:f2,bridge=br0,script=vif-bridge" ]
------------------------

can you tell us how long it took to compile the pv_ops kernel and about how 
much your free space was reduced? I know at least 3 GB will be reduced.

Will your domU's be all Ubuntu and will they still use pygrub, or will the 
newer kernel enable boot using the emulated bios?

-- 
Mark








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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Xen 4.0.0-rc6 - Linux 2.6.32.9 paravirt_ops dom0 on Ubuntu Desktop 9.10 success!, Mr. X <=