|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: Windows Multi-Processor under XEN??
Hi,
> Does anyone have a multi processor windows
> guest, and how did they do it?
last time I used it, it was on SLES 10 Beta with (I think) Xen 3.0.1 in
Februray 2006. There was nothing special I just set the no of CPUs in
the config file and installed W2k3 Server EE, the two processors where
detected out of the box!
A part of the old "w2k3.vmx":
---------------------------------------------
# Kernel image file.
kernel = "/usr/lib/xen/boot/vmxloader"
# The domain build function. VMX domain uses 'vmx'.
builder='vmx'
# Initial memory allocation (in megabytes) for the new domain.
memory = 512
# A name for your domain. All domains must have different names.
name = "w2k3.vmx"
# Which CPU to start domain on?
#cpu = '' # leave to Xen to pick
cpu = 2
vcpus=2
---------------------------------------------
--
Chau y hasta luego,
Thorolf
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|