|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] x64 hvm linux very slow on a x64 xen host
On 20/01/2010 13:20, Fajar A. Nugraha wrote:
On Wed, Jan 20, 2010 at 5:06 PM, Matthieu Patou
<mat+Informatique.xen@xxxxxxxxx> wrote:
Note that fedora i386 do not look so slow on the same xen x64 host
Do you have apic enabled on domU config file?
Here is my configuation:
import os, re, time
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen-3.2-1/boot/hvmloader"
builder='hvm'
memory = 512
shadow_memory = 16
name = "smbfevz02"
vif = [ 'bridge=br99' ]
disk = [
'phy:/dev/vgecvhvnn01-01/smbfevz02,hda,w','file:/mnt/Fedora-12-x86_64-Live.iso,hdc:cdrom,r']
device_model = '/usr/' + arch_libdir + '/xen-3.2-1/bin/qemu-dm'
boot="c"
acpi = 1
apic = 1
sdl=0
vnc=1
usb=1
usbdevice='tablet'
rtc_timeoffset=-(time.altzone)+600
localtime=1
vncconsole=1
monitor=1
serial='pty'
vncviewer = 0
vcpus=2
independent_wallclock = 1
vncdisplay=0
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|