[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Running Linux VM in para mode with Intel VT enabled
The difference between running a guest vm as a PV vs. as a HVM is controlled by the guest vm's configuration. In particular, if your guest vm's configuration contains the following lines, then the guest would be launched as a
HVM: kernel = '/usr/lib/xen-4.0/boot/hvmloader' builder='hvm' Thus, if you want to ensure that your Ubunto guests runs as a PV you need to specify something along the following lines: kernel = '/boot/vmlinuz-2.6.33.20.x86_64' # substitute this with your specific Ubuntu kernel
For more infos check this out: http://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html#paravirtualised__pv__guest_specific_options
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |