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/
> ). I wanted to check if I can get Xen up and running on this host. Is
> this processor something that I can attempt to install Xen on? Or should
> I be looking at upgrading it to a higher processor?
For PV guests it doesn't matter. For HVM guests, the CPU has to support
it (and it may need to be enabled in the BIOS). You should find the
following flags in the /proc/cpuinfo output if your CPU supports
hardware virtualization.
cat /proc/cpuinfo
Intel: vmx
AMD: svm
The other rule of thumb is that all Socket F Opterons support HVM and
all AM2/AM3 Athlon64s support HVM. The old socket 939/940 chips
generally did not support HVM.