Displaying 6 results from an estimated 6 matches for "yusunn".
Did you mean:
yusung
2008 Jan 26
4
why domain never get run
Hi all ,
When I xm create a domain , it seemed that it never got scheduled ,
why? Following is the out put of xm list:
Name ID Mem VCPUs State Time(s)
Domain-0 0 236 2
r----- 74.9
winxp 5 192 1
------ 0.0
which command should I try further ?
Thank you
2008 Jan 28
2
about windows PV drivers
Hi All ,
What does PV driver standard for . Does it mean I can run windows as a
paravirt guest ?
If so , that sounds cool . It seems paravirt''s performance is better , right ?
Thank you
yushang
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Jan 28
4
can''t boot from cdrom
Hi All,
Following is my winxp hvm config:
kernel = "/usr/lib/xen/boot/hvmloader"
builder = ''hvm''
memory = 192
name = "winxp"
vcpus = 2
disk = [ ''file:/media/sda6/usr/xenimgs/winxp.img,ioemu:hda,w'' ]
device_model = ''/usr/lib/xen/bin/qemu-dm.debug''
cdrom=''/dev/hda''
sdl=1
boot=''d''
and
2008 Jan 17
1
xen on grub 2
Hi all,
Is it possible to boot xen from grub 2 ? The sample given by xen
README seems to be under grub 1 . If possible , how ?
Thank you very much
yushang
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Mar 05
0
about xc
Hi All,
Following is my steps to use xc
>export PYTHONPATH=/usr/lib/python
>python
>>>import xen.lowlevel.xc as xc
>>>xc.xeninfo()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: ''module'' object has no attribute ''xeninfo''
>>>
Why ? Thank you
BR
yushang
2008 Mar 16
0
about xenconsoled log
Hi everyone,
I know this process is started by xend with no command parameters , if
I want xenconsoled''s log facility , I must pass the --log parameter .
So I change the following line from:
os.execvp(''xenconsoled'', [''xenconsoled''])
to
os.execvp(''xenconsoled'', [''xenconsoled'',''--log=all''])
but this