A simple Xen host connected to your LAN
Assuming you have Xen 3.0.1 or later installed you can easily build a Xen
virtual machine like this:
global {
project xen_on_lan
}
host xeno {
xen
memory 64M
network eth0 {
address dhcp
}
}
Basically, the only thing you need to make a host use Xen, instead of UML is
to use the
xen keyword. Note, that you need to be root to use create Xen virtual machines.