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
|