|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Switch Hardware Virtualization On/Off
On Tue, Jun 9, 2009 at 4:49 PM, Nikola K. Zahariev<nirangor@xxxxxxxxx> wrote:
> Thanks for the quick answer!
>
> How do I create the HVM guest?
>
> By including the following line in the config file: builder='hvm' ?
Take a look at various /etc/xen/xmexample*
For simple HVM guest, I use this (x86_64 domU)
device_model = '/usr/lib64/xen/bin/qemu-dm'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
sdl=0
vnc=1
acpi=1
boot="dc"
usbdevice='tablet'
>
> And when I want to use PV I just drop it away?
I use these instead (pygrub-booted PV with vnc vfb)
bootloader="/usr/bin/pygrub"
vfb =['type=vnc']
CPU, memory, disk, and NIC definition is the same for HVM and PV.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|